Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h43 bool PublishDischargingEvent(const BatteryInfo& info) const;
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp96 ret = PublishDischargingEvent(info); in PublishEvents()
421 bool BatteryNotify::PublishDischargingEvent(const BatteryInfo& info) const in PublishDischargingEvent() function in OHOS::PowerMgr::BatteryNotify