summaryrefslogtreecommitdiff
path: root/AudioManagerCore/test/AmRoutingInterfaceTest
Commit message (Collapse)AuthorAgeFilesLines
* AM-Test: add test cases for registerEarlyConnection() and transferConnection()Martin Koch2020-07-011-0/+118
| | | | Signed-off-by: Martin Koch <martin.koch@ese.de>
* AM: Reorganize daemon, core, utilities and tests to make use of the new ↵Martin Koch2020-01-141-2/+3
| | | | | | | | | | | | logging architecture. - Known side-effect: CAmSerializer.h and TAmPluginTemplate.h no longer indirectly include dlt_user.h. Thus macros like DLT_DECLARE_CONTEXT and DLT_IMPORT_CONTEXT may be undefined in application code unless CAmDltWrapper.h or dlt_user.h is included explicitly. - Since the DLT functionality is now encapsulated inside a dedicated class, such declaration is usually superfluous and can be dropped. Signed-off-by: Martin Koch <mkoch@de.adit-jv.com>
* AM-Test: drop accidentally pushed backup file: ↵Martin Koch2019-10-161-48/+0
| | | | AudioManagerCore/test/AmRoutingInterfaceTest/CMakeLists.txt~
* The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-07-101-0/+1
| | | | | | | | | contrast to secondary signals SIGHUP, SIGTERM, SIGCHLD, which are handled in the SocketHandler. Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I8c5d3c436ac9fcd61c76a26145c731b427cab1e6
* handle overflow of handles correctlyChristian Linke2017-02-201-0/+97
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * many database observers can be registred now by the database handler.Aleksandar Donchev2017-02-202-5/+3
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* some updates of the fixChristian Linke2016-06-211-1/+1
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* cleanup routing interface to add clean abort and resend possibilities7.5Christian Linke2016-06-172-9/+134
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* Remove assert from database and replace by error handlingChristian Linke2016-04-111-2/+65
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* some cleanupChristian Linke2016-03-091-0/+2
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* reworked DltWrapper. fixed gtest and gmock.pc filesChristian Linke2016-02-171-3/+3
|
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-154-0/+551
* check versions when loading the libs * introduction of the AudioManagerCore * give control plugin as file or directory * remove SQLITE * either find and use gmock or build and install it * fixed [Bug 411] * compile flag gnu11 is now used Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>