Searched refs:PublishEvents (Results 1 - 8 of 8) sorted by relevance
/base/powermgr/battery_manager/test/unittest/src/scenario_test/ |
H A D | battery_notify_test.cpp | 78 * @tc.desc: Test PublishEvents 85 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); in HWTEST_F() 92 * @tc.desc: Test PublishEvents 101 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); in HWTEST_F() 108 * @tc.desc: Test PublishEvents 117 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); in HWTEST_F() 124 * @tc.desc: Test PublishEvents 133 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); in HWTEST_F() 140 * @tc.desc: Test PublishEvents 149 auto ret = g_batteryNotify->PublishEvents(*g_batteryInf in HWTEST_F() [all...] |
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_notify.cpp | 48 void PowerMgrNotify::PublishEvents(int64_t eventTime, sptr<IntentWant> want) in PublishEvents() function in OHOS::PowerMgr::PowerMgrNotify 62 PublishEvents(eventTime, screenOffWant_); in PublishScreenOffEvents() 70 PublishEvents(eventTime, screenOnWant_); in PublishScreenOnEvents() 79 PublishEvents(eventTime, enterForceSleepWant_); in PublishEnterForceSleepEvents() 88 PublishEvents(eventTime, exitForceSleepWant_); in PublishExitForceSleepEvents()
|
/base/time/time_service/services/time/src/ |
H A D | time_service_notify.cpp | 41 bool TimeServiceNotify::PublishEvents(int64_t eventTime, const IntentWant &want, const PublishInfo &publishInfo) in PublishEvents() function in OHOS::MiscServices::TimeServiceNotify 58 return PublishEvents(eventTime, timeChangeWant, CommonEventPublishInfo()); in PublishTimeChangeEvents() 65 return PublishEvents(eventTime, timeZoneChangeWant, CommonEventPublishInfo()); in PublishTimeZoneChangeEvents() 72 return PublishEvents(eventTime, timeTickWant, CommonEventPublishInfo()); in PublishTimeTickEvents()
|
/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_notify.h | 41 void PublishEvents(int64_t eventTime, sptr<IntentWant> intent);
|
/base/time/time_service/services/time/include/ |
H A D | time_service_notify.h | 38 bool PublishEvents(int64_t eventTime, const IntentWant &want, const PublishInfo &publishInfo);
|
/base/powermgr/battery_manager/services/native/include/ |
H A D | battery_notify.h | 31 int32_t PublishEvents(BatteryInfo& info);
|
/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_notify.cpp | 69 int32_t BatteryNotify::PublishEvents(BatteryInfo& info) in PublishEvents() function in OHOS::PowerMgr::BatteryNotify
|
H A D | battery_service.cpp | 298 batteryNotify_->PublishEvents(batteryInfo_); in HandleBatteryInfo()
|
Completed in 4 milliseconds