Home
last modified time | relevance | path

Searched refs:PublishLowEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h37 bool PublishLowEvent(const BatteryInfo& info) const;
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp86 ret = PublishLowEvent(info); in PublishEvents()
251 bool BatteryNotify::PublishLowEvent(const BatteryInfo& info) const in PublishLowEvent() function in OHOS::PowerMgr::BatteryNotify