Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/include/
Dpower_mgr_notify.h35 using IntentWant = OHOS::AAFwk::Want;
37 void PublishEvents(int64_t eventTime, sptr<IntentWant> intent);
39 sptr<IntentWant> screenOffWant_ {nullptr};
40 sptr<IntentWant> screenOnWant_ {nullptr};
Dpower_mode_module.h45 using IntentWant = OHOS::AAFwk::Want;
/base/time/time_service/services/time/src/
Dtime_service_notify.cpp38 bool TimeServiceNotify::PublishEvents(int64_t eventTime, const IntentWant &want, const PublishInfo … in PublishEvents()
53 IntentWant timeChangeWant; in PublishTimeChangeEvents()
60 IntentWant timeZoneChangeWant; in PublishTimeZoneChangeEvents()
67 IntentWant timeTickWant; in PublishTimeTickEvents()
/base/powermgr/power_manager/services/native/src/
Dpower_mgr_notify.cpp36 screenOffWant_ = new (std::nothrow)IntentWant(); in RegisterPublishEvents()
38 screenOnWant_ = new (std::nothrow)IntentWant(); in RegisterPublishEvents()
42 void PowerMgrNotify::PublishEvents(int64_t eventTime, sptr<IntentWant> want) in PublishEvents()
Dpower_mode_module.cpp211 IntentWant setModeWant; in PublishPowerModeEvent()
/base/time/time_service/services/time/include/
Dtime_service_notify.h37 using IntentWant = OHOS::AAFwk::Want;
40 bool PublishEvents(int64_t eventTime, const IntentWant &want, const PublishInfo &publishInfo);
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
Dscreen_state_collection.h22 using IntentWant = OHOS::AAFwk::Want; variable
Dcharger_state_collection.h24 using IntentWant = OHOS::AAFwk::Want; variable
/base/powermgr/thermal_manager/services/native/include/thermal_observer/
Dthermal_common_event_receiver.h27 using IntentWant = OHOS::AAFwk::Want; variable
/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_controller.h61 using IntentWant = OHOS::AAFwk::Want;
Dshutdown_controller.cpp157 IntentWant shutdownWant; in PublishShutdownEvent()