Home
last modified time | relevance | path

Searched refs:wakeupActionController_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h215 return wakeupActionController_; in GetWakeupActionController()
274 std::shared_ptr<WakeupActionController> wakeupActionController_ = nullptr; variable
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1560 if (!wakeupActionController_) { in WakeupActionControllerInit()
1561wakeupActionController_ = std::make_shared<WakeupActionController>(shutdownController_, powerState… in WakeupActionControllerInit()
1563 wakeupActionController_->Init(); in WakeupActionControllerInit()