summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/src/CAmDbusWrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FOO: Issue #26 fix white space issues and apply new coding styleJens Lorenz2018-07-031-136/+181
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* codestyle: Remove empty single line c++ comments in ctor initializersJens Lorenz2018-06-201-10/+10
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AmUtil: Check for valid timer handles to fix callback exceptionJens Lorenz2018-02-051-7/+11
| | | | | | | | | In case plugins remove dbus timer callbacks at runtime a race might happen between the deletion of timer and the callback invocation. Now the timer callback function checks if the timer is valid before proceeding with the restart. Signed-off-by: Kapildev Patel <kpatel@jp.adit-jv.com>
* AMUtil: Only add active DBus watch FDs to socket handlerJens Lorenz2017-04-111-9/+9
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Utility: DBUS library supports applications bindings which do not need to ↵Jens Lorenz2016-11-141-0/+6
| | | | | | new register a connection object. This allows to attach to already existing interface bindings. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* make changes in utilities compileChristian Linke2015-10-061-2/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Utility DBUS: Constructor now more verbosely on dbus errorJens Lorenz2015-10-061-9/+32
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Utiltiy: DBUS: Constructor allows now set service prefix and object path. ↵Jens Lorenz2015-09-161-6/+29
| | | | | | Modification of object path on registration possible. New function to register matching rule for watching. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * install tclap headers7.1Christian Linke2015-09-021-1/+1
| | | * rename config.h into audiomanagerconfig.h
* * Updated license fileChristian Linke2015-04-281-0/+2
| | | | | | * Added authors file * Adopted to spdx header file Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-0/+472
* building out of source of plugins without AM workss * build system cmake contructions is different now Signed-off-by: Christian Linke <christian.linke@bmw.de>