Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h40 bool PublishPowerConnectedEvent(const BatteryInfo& info) const;
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp90 ret = PublishPowerConnectedEvent(info); in PublishEvents()
309 bool BatteryNotify::PublishPowerConnectedEvent(const BatteryInfo& info) const in PublishPowerConnectedEvent() function in OHOS::PowerMgr::BatteryNotify