Use dbus for event notification 09/231409/4 accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200422.234530 accepted/tizen/5.5/unified/wearable/hotfix/20201027.112759 submit/tizen_5.5/20200422.051749 submit/tizen_5.5_wearable_hotfix/20201026.184304
authorJaemin Ryu <jm77.ryu@samsung.com>
Wed, 22 Apr 2020 01:21:46 +0000 (10:21 +0900)
committerJaemin Ryu <jm77.ryu@samsung.com>
Wed, 22 Apr 2020 04:29:50 +0000 (13:29 +0900)
commit6da4ca5b0c3eb98fe2ff3757d71dfd4824e99b4f
treecb3734eb7851e2507863815b6ba69912bf8744a4
parent6940fb52bb586832dacaeaa80e259b4a22bbcb70
Use dbus for event notification

Event motification primitives implemented in the klay does not
support a on-demand model. So any events when the service reactivated,
will be lost.

Change-Id: Ifc0c68052f3bc8997fb016ada1185753d3fb6379
lib/client.cpp
lib/client.h
lib/ode/internal-encryption.cpp
lib/ode/luks.cpp
server/CMakeLists.txt
server/event.cpp [new file with mode: 0644]
server/event.h [new file with mode: 0644]
server/internal-encryption.cpp
server/server.cpp
server/server.h