/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_notify_test.cpp | 84 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 98 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 112 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 126 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 140 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 154 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 168 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 182 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 196 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); 210 auto ret = g_batteryNotify->PublishEvents(*g_batteryInfo); [all …]
|
/ohos5.0/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()
|
/ohos5.0/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 … 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()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_publish_test.cpp | 89 HWTEST_F(ScreenSessionPublishTest, PublishEvents, Function | SmallTest | Level3) 94 int32_t ret = screenSessionPublish.PublishEvents(eventData, bundleName); 98 ret = screenSessionPublish.PublishEvents(eventData, bundleName); 102 ret = screenSessionPublish.PublishEvents(eventData, bundleName);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/publish/ |
H A D | screen_session_publish.cpp | 65 int32_t ScreenSessionPublish::PublishEvents( in PublishEvents() function in OHOS::Rosen::ScreenSessionPublish 100 int32_t ret = PublishEvents(eventData); in PublishCastPluggedEvent() 136 int32_t ret = PublishEvents(eventData); in PublishDisplayRotationEvent()
|
/ohos5.0/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);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/publish/ |
H A D | screen_session_publish.h | 40 int32_t PublishEvents(const EventFwk::CommonEventData &eventData, std::string bundleName = "");
|
/ohos5.0/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_notify.h | 41 void PublishEvents(int64_t eventTime, sptr<IntentWant> intent);
|
/ohos5.0/base/powermgr/battery_manager/services/native/include/ |
H A D | battery_notify.h | 31 int32_t PublishEvents(BatteryInfo& info);
|
/ohos5.0/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 | 255 batteryNotify_->PublishEvents(batteryInfo_); in HandleBatteryInfo()
|