battery: Remove low battery state notifying 46/301646/4 accepted/tizen/8.0/unified/20231123.173026
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 17 Oct 2023 07:40:41 +0000 (16:40 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 21 Nov 2023 07:36:34 +0000 (16:36 +0900)
commitf70114ad3459d768ae6c3861f3d4e0cf68d8fcd6
tree346de286738d3c21d1baaabba7fe197fefdaba39
parentdbb503d0d21645335ae2392662aef0c00bbc8916
battery: Remove low battery state notifying

Below dbus method is removed from commit 55a6ef08adcc1e75439d31cbdd9d4dce72fabe7d.
METHOD_LOW_NOTI_ON          "BatteryLowNotiOn"
METHOD_LOW_NOTI_UPDATE      "BatteryLowNotiUpdate"
METHOD_LOW_NOTI_OFF         "BatteryLowNotiOff"
METHOD_CRITICAL_NOTI_ON     "BatteryCriticalNotiOn"
METHOD_CRITICAL_NOTI_UPDATE "BatteryCriticalNotiUpdate"
METHOD_CRITICAL_NOTI_OFF    "BatteryCriticalNotiOff"

After removed that dbus methods from system-popup, deviced code was not removed.
It is calling functions that does not exist.
Thus, meaningless dbus method calls are removed.

Change-Id: I8a1de226ca9e644e0786d8140d1013a7173dc77c
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/mobile/battery/battery-notification.c
src/battery/battery-ops.h
src/battery/lowbat-handler.c