libgdbus: add dbus signal for power lock count change 35/311635/2 accepted/tizen/8.0/unified/20240524.142345
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 28 Dec 2023 04:10:00 +0000 (13:10 +0900)
committeryoungjae cho <y0.cho@samsung.com>
Thu, 23 May 2024 03:09:17 +0000 (03:09 +0000)
Change-Id: I86fafd338625126c8c624beeeb992a71e472d63f
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
include/libsyscommon/dbus-iface-system.h

index 52338d39414d65e86697fdaf6b7209ac11d9568a..9e50e4cd13b8530375501bf69311989beee8b06f 100644 (file)
@@ -93,6 +93,8 @@ extern "C" {
 #define DEVICED_SIGNAL_POWER_CHANGE_STATE_TO_SUSPENDING_LATE      "PowerChangeStateToSuspendingLate"
 /* Power service : signals on changing power lock state */
 #define DEVICED_SIGNAL_POWER_LOCK_STATE_CHANGED                   "PowerLockStateChanged"
+/* Power service : signals on changing power lock count */
+#define DEVICED_SIGNAL_POWER_LOCK_COUNT_CHANGED                   "PowerLockCountChanged"
 /* Storage service: get storage size operatioins about storage */
 #define DEVICED_PATH_STORAGE                DEVICED_OBJECT_PATH"/Storage"
 #define DEVICED_INTERFACE_STORAGE           DEVICED_INTERFACE_NAME".storage"