summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon
Commit message (Collapse)AuthorAgeFilesLines
* Add CommonAPI sources generated with CommonAPI 2.1.6 generatorbaserock/genivi/6.2010gf494c08-generated-headersAndrei Gherzan2015-05-1920-0/+3049
| | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* Fix typo s/SOUCRES/SOURCES/gbaserock/pedroalvarez/6.2-1-gf494c08Pedro Alvarez2015-05-121-1/+1
|
* * Converter Implementation .6.2Aleksandar Donchev2014-11-0532-777/+4510
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * size comparison fixChristian Linke2014-11-031-2/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *make Nodestatemanager fidls work with generator Christian Linke2014-11-031-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add missing includeChristian Linke2014-11-031-0/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fixed missing reserved flag for MapHandler and corresponding testsChristian Linke2014-11-033-6/+6
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make Audiomanager find and compile with CommonAPI 2.1.6 executable ↵Christian Linke2014-11-0320-2937/+0
| | | | | | generator. Remove precompiled sources. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Make Audiomanager compile without sqliteChristian Linke2014-11-0315-23/+27
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CMAKE_CXX_FLAGS_RELEASE will append flags and not overwrite other flags ↵Aleksandar Donchev2014-07-181-1/+1
| | | | | any more. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug #100 - update of interface version numbers and added removed commentsJens Lorenz2014-07-111-1/+1
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * Minor fix for connection id generation.Aleksandar Donchev2014-07-101-2/+6
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *An additional condition appended to the custom comparator needed for map ↵Aleksandar Donchev2014-07-101-1/+1
| | | | | | function 'find'. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-2349-1824/+2056
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * reworked according to review feedback from Thomas GoeringChristian Linke2014-04-011-19/+56
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Some unit tests fixed due issues occured on pocky build systems.Aleksandar Donchev2014-03-283-6/+26
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* handle am_error in dltwrapperChristian Linke2014-03-281-0/+48
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Support for automatically generation of common-api sources. Cmake macros ↵Aleksandar Donchev2014-03-282-8/+12
| | | | | | adopted to support the common-api generator. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Cmake scripts adopted for cross-compilationAleksandar Donchev2014-03-281-1/+5
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Minor: life cycle old dbus predefined variable removed4.1Aleksandar Donchev2013-10-161-1/+0
|
* * Typo: Dbus address fixed.Aleksandar Donchev2013-10-1418-54/+126
| | | | | | * Sources re-generated with the latest generator version . Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Typo: Dbus address fixed.Aleksandar Donchev2013-10-102-4/+2
|
* * Every new connection ID is initilized with the next available number. Aleksandar Donchev2013-09-255-71/+286
| | | | | * Additional tests for ID generation added. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * made sure that CommonAPI stuff compiles with release 2.1Christian Linke2013-09-2519-426/+757
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * adopted test to new logic of no change stuffChristian Linke2013-09-122-13/+19
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added some documentation, removed sample project since it seems to addle ↵Christian Linke2013-09-1211-2/+48
| | | | | users. Now the fidls are the matching final the EA version. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * some naming adoptions & review for GENIVIChristian Linke2013-09-0930-1797/+1999
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * AmMapHanlderTest - added tests for the callbacks in CAmDatabaseObserver.Aleksandar Donchev2013-09-037-79/+823
| | | | | | * An object ID added to the response whenever E_ALREADY_EXISTS is returned in CAmDatabasehandlerMap Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-0358-184/+5518
| | | | | | | | | | NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke <christian.linke@bmw.de> (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2)
* Handle cases where readdir() does not return the file typeChristian Linke2013-09-022-0/+33
| | | | | | | readdir() does not guarantee that the d_type member is set on all file systems. This resulted in plugins not being loaded on some platforms as regular files were not detected. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix for Bug 92 - sinkID wrongly reported to DatabaseObserverChristian Linke2013-09-022-5/+11
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CAmDatabaseHandlerMap - the main connection now have separate method for ↵Aleksander Donchev2013-08-142-16/+45
| | | | | id generation. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Refactoring and improvements CAmDatabasehandlerMap ( Ticket #87 )Aleksander Donchev2013-08-145-188/+197
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* make AM compile with newer libstdChristian Linke2013-08-141-0/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Fix for bug 78: AmNodeStateCommunicatorTest throws a runtime exceptionMuhammad Shakeel2013-07-192-16/+19
| | | | | | | | | | - Fixed data type issues - Fixed some error log messages - Modified the way for reading XML file - Explicitly type cast the variables before sending message to sendLifeCycleRequest interface Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
* * enhance sleep at beginn of NSM test to be more robustChristian Linke2013-07-191-1/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Fixed define in the map handler header causing compile error for some tests. ↵Aleksander Donchev2013-07-123-8/+7
| | | | | | | (ticket #79) Renamed variable in the CAmTelnetServerTest.cpp Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Creation of database handler through the 'new' opertor replaced. Aleksander Donchev2013-07-102-9/+5
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* cmake configuration now allows change of inital map sizesAleksander Donchev2013-07-101-1/+3
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Minor: Access specifier of function changed from protected to public.Aleksander Donchev2013-07-101-5/+2
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-1034-410/+757
| | | | | | | | Renamed CAmDatabaseHandler to CAmDatabaseHandlerSQLite and CAmMapHandler to CAmDatabaseHandlerMap. Changed std::map to std::unordered_map. Added to the cmake configuration a definition, which defines the capacity of the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Renamed CAmDatabaseHandlerInterface to IAmDatabaseHandler,Aleksander Donchev2013-07-105-316/+0
| | | | | | | | | CAmDatabaseHandler to CAmDatabaseHandlerSQLite, CAmMapHandler to CAmDatabaseHandlerMap. std::map changed to std::unordered_map in CAmDatabaseHandlerMap. Added a cmake definition to the map handler configuration for preallocation of space in the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Added 'Dump' method to the database handler and to the telnet server (Info ↵Aleksander Donchev2013-07-1020-280/+2808
| | | | | | -> Dump). Unit tests for the database handler splited into separate file. Base log class added in order to support logging into a file. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * corrected private fix for CAmMapHandlerChristian Linke2013-06-262-10/+11
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * update documentation and readmeChristian Linke2013-06-262-0/+0
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make Telnetserver work with maphandlerChristian Linke2013-06-267-176/+186
| | | | | | | | * small changes to get cmake script cleaner * clean up includes of main.cpp * make DatabaseMaphandler structs private Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * remove some warningsChristian Linke2013-06-263-12/+9
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Minor fix for the ID generation of domains, connection and main connections ↵Aleksandar Donchev2013-06-261-3/+3
| | | | | | ( # 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* First version Map implementation of database handler with unit tests ( ↵Aleksandar Donchev2013-06-2623-82/+5684
| | | | | | ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix [bug 74] : changesourceDb copy paste errorChristian Linke2013-06-191-5/+5
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>