Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h191 return powerMgrNotify_; in GetPowerMgrNotify()
348 std::shared_ptr<PowerMgrNotify> powerMgrNotify_; variable
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp303 if (powerMgrNotify_ == nullptr) { in PowerStateMachineInit()
304 powerMgrNotify_ = std::make_shared<PowerMgrNotify>(); in PowerStateMachineInit()
305 powerMgrNotify_->RegisterPublishEvents(); in PowerStateMachineInit()