Home
last modified time | relevance | path

Searched refs:PublishCustomEvent (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_event_test.cpp72 * @tc.desc: test PublishCustomEvent function
79 bool ret = g_batteryNotify->PublishCustomEvent(info, "test.battery.custom.event"); in HWTEST_F()
/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h32 bool PublishCustomEvent(const BatteryInfo& info, const std::string& commonEventName) const;
/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp123 PublishCustomEvent(info, ueventAct); in HandleUevent()
443 bool BatteryNotify::PublishCustomEvent(const BatteryInfo& info, const std::string& commonEventName) const in PublishCustomEvent() function in OHOS::PowerMgr::BatteryNotify
H A Dbattery_service.cpp249 batteryNotify_->PublishCustomEvent(batteryInfo_, commonEventName); in AddBootCommonEvents()

Completed in 6 milliseconds