Fixed dbus systemd interface
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 15 Jan 2015 17:51:22 +0000 (18:51 +0100)
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Wed, 18 Feb 2015 09:40:26 +0000 (10:40 +0100)
commit570746023e220656ef0fa7233a4c8a028bd274fb
tree7d41a7efd39db6f67dbd96667253532906850a9b
parent675bbbc2683b73802c8d5b5fb7500e98e11c511a
Fixed dbus systemd interface

[Issue#] N/A
[Feature/Bug] N/A
[Problem] Services were not properly restarted. DBusAccess was waiting forever
for systemd job completion.
[Cause] Signal filter was set up too late
[Solution] Signal filter is set up before sending requests to systemd.

[Verification] Run CCMode tests.

Change-Id: I2e71a54ba44ddf0878a065e3b3bb8a7d117a6e3b
tests/common/dbus_access.cpp
tests/common/dbus_access_impl.cpp
tests/common/dbus_access_impl.h