summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus/src/CAmDbusMessageHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-231-27/+27
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * Applied sync_xml_introspection_cpp_handling.patchAleksandar Donchev2014-03-281-18/+18
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Prevent infinite loop when iterating over arraysChristian Linke2013-09-021-9/+9
| | | | | | | If the array contains more than one element dbus_message_iter_recurse will reset the iterator to the beginning on every iteration leading to an infinite loop. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * some adoptins in the routinginterfaceChristian Linke2013-06-261-25/+227
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* - changed domainData, sourceData, sinkData, gatewayData, crossfaderData to ↵Nrusingh Dash2013-02-271-107/+180
| | | | | | D-Bus Struct - confirmRoutingReady, confirmRoutingRundown, hookDomainRegistrationComplete should reply even return type on D-Bus is void - to parse domainID "getUInt" is used instead of "getInt" Signed-off-by: Nrusingh Dash <ndash@jp.adit-jv.com>
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-171-3/+3
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * some minor coverity check fixeschristian linke2013-01-081-0/+2
| | | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-1/+1
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* Fix for commit bf5814ff3aa87fde46904a747a7108ea458f063e, signals now send on ↵2.1Johannes Schanda (qxb7952)2012-09-121-2/+3
| | | | | | correct interface Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-90] fixed signals send on wrong interfacechristian mueller2012-09-121-1/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-55] some finetuning on bugfix. christian mueller2012-06-261-0/+1
| | | | | * fixing registration of Dltcontextx too late for Dbus plugins Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fix warnings that come with new compilerchristian mueller2012-05-241-1/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-74] resolving issues found by coverity scanchristian mueller2012-05-241-4/+4
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * some enhancement to routingPluginDbus to make to get acces to all ↵christian mueller2012-04-041-358/+586
| | | | | interfaces and handle multiple domains Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* adding a pulseaudio plugin to genivi audiomanager implements dbus methods ↵Sampreeth Ramavana2012-04-041-0/+642
for registering domain, source and sinks implements dbus signals and methods for receiving information from pulseaudio calls dbus methods in pulseaudio Signed-off-by: Sampreeth Ramavana <sampreeth.ramavana@aricent.com>