Home
last modified time | relevance | path

Searched refs:PublishEvents (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_notify_test.cpp84 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 Dpower_mgr_notify.cpp48 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 Dtime_service_notify.cpp41 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 Dscreen_session_publish_test.cpp89 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 Dscreen_session_publish.cpp65 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 Dtime_service_notify.h38 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 Dscreen_session_publish.h40 int32_t PublishEvents(const EventFwk::CommonEventData &eventData, std::string bundleName = "");
/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_notify.h41 void PublishEvents(int64_t eventTime, sptr<IntentWant> intent);
/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_notify.h31 int32_t PublishEvents(BatteryInfo& info);
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp69 int32_t BatteryNotify::PublishEvents(BatteryInfo& info) in PublishEvents() function in OHOS::PowerMgr::BatteryNotify
H A Dbattery_service.cpp255 batteryNotify_->PublishEvents(batteryInfo_); in HandleBatteryInfo()