From be1a960902c4cd6ee4cfab9a9c0723b939fb555d Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Thu, 28 Dec 2023 13:10:00 +0900 Subject: [PATCH] libgdbus: add dbus signal for power lock count change Change-Id: I86fafd338625126c8c624beeeb992a71e472d63f Signed-off-by: Youngjae Cho --- include/libsyscommon/dbus-iface-system.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libsyscommon/dbus-iface-system.h b/include/libsyscommon/dbus-iface-system.h index 52338d3..9e50e4c 100644 --- a/include/libsyscommon/dbus-iface-system.h +++ b/include/libsyscommon/dbus-iface-system.h @@ -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" -- 2.34.1