Implement dbus ondemaind launch
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 10 Apr 2025 01:16:43 +0000 (10:16 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Wed, 14 May 2025 09:02:19 +0000 (18:02 +0900)
commit454d36a80f2868da05e49a9026cc92e44f56ec51
treecf2813eb97a9809016314fec879b1371c4e22707
parent4c1e2526f6fb030c5d77ca27f85e5dc3e1575b95
Implement dbus ondemaind launch

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
27 files changed:
CMakeLists.txt
include/service.h
packaging/united-service.spec
src/CMakeLists.txt
src/activation_method/dbus_info.cc [new file with mode: 0644]
src/activation_method/dbus_info.hh [new file with mode: 0644]
src/activation_method/dbus_monitor.cc [new file with mode: 0644]
src/activation_method/dbus_monitor.hh [new file with mode: 0644]
src/activation_method/fd_monitor.cc [new file with mode: 0644]
src/activation_method/fd_monitor.hh [new file with mode: 0644]
src/activation_method/file_info.cc [new file with mode: 0644]
src/activation_method/file_info.hh [new file with mode: 0644]
src/activation_method/file_monitor.cc [new file with mode: 0644]
src/activation_method/file_monitor.hh [new file with mode: 0644]
src/activation_method/socket_info.cc [new file with mode: 0644]
src/activation_method/socket_info.hh [new file with mode: 0644]
src/activation_method/vconf_info.hh [new file with mode: 0644]
src/activation_method/vconf_monitor.hh [new file with mode: 0644]
src/event_listener.hh [new file with mode: 0644]
src/service.cc
src/service.hh
src/service_assembly.hh
src/service_context.cc [new file with mode: 0644]
src/service_info.cc
src/service_info.hh
src/service_loader.cc
src/service_loader.hh