Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_notify.h39 using IntentWant = OHOS::AAFwk::Want;
41 void PublishEvents(int64_t eventTime, sptr<IntentWant> intent);
43 sptr<IntentWant> screenOffWant_ {nullptr};
44 sptr<IntentWant> screenOnWant_ {nullptr};
46 sptr<IntentWant> enterForceSleepWant_ {nullptr};
47 sptr<IntentWant> exitForceSleepWant_ {nullptr};
H A Dpower_mode_module.h46 using IntentWant = OHOS::AAFwk::Want;
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_notify.cpp36 screenOffWant_ = new (std::nothrow)IntentWant(); in RegisterPublishEvents()
38 screenOnWant_ = new (std::nothrow)IntentWant(); in RegisterPublishEvents()
41 enterForceSleepWant_ = new (std::nothrow)IntentWant(); in RegisterPublishEvents()
43 exitForceSleepWant_ = new (std::nothrow)IntentWant(); in RegisterPublishEvents()
48 void PowerMgrNotify::PublishEvents(int64_t eventTime, sptr<IntentWant> want) in PublishEvents()
H A Dpower_mode_module.cpp366 IntentWant setModeWant; in PublishPowerModeEvent()
/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()
56 IntentWant timeChangeWant; in PublishTimeChangeEvents()
63 IntentWant timeZoneChangeWant; in PublishTimeZoneChangeEvents()
70 IntentWant timeTickWant; in PublishTimeTickEvents()
/ohos5.0/base/time/time_service/services/time/include/
H A Dtime_service_notify.h35 using IntentWant = OHOS::AAFwk::Want;
38 bool PublishEvents(int64_t eventTime, const IntentWant &want, const PublishInfo &publishInfo);
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dscreen_state_collection.h22 using IntentWant = OHOS::AAFwk::Want; variable
H A Dcharger_state_collection.h24 using IntentWant = OHOS::AAFwk::Want; variable
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_common_event_receiver.h27 using IntentWant = OHOS::AAFwk::Want; variable
/ohos5.0/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_controller.h61 using IntentWant = OHOS::AAFwk::Want;
H A Dshutdown_controller.cpp172 IntentWant shutdownWant; in PublishShutdownEvent()