Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h46 bool PublishCustomEvent(const BatteryInfo& info, const std::string& commonEventName) const;
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp123 PublishCustomEvent(info, BATTERY_CUSTOM_EVENT); in HandleUevent()
126 PublishCustomEvent(info, ueventAct); in HandleUevent()
453 bool BatteryNotify::PublishCustomEvent(const BatteryInfo& info, const std::string& commonEventName)… in PublishCustomEvent() function in OHOS::PowerMgr::BatteryNotify