Searched refs:ScreenOffPreController (Results 1 – 4 of 4) sorted by relevance
31 ScreenOffPreController::ScreenOffPreController(std::shared_ptr<PowerStateMachine>& stateMachine) in ScreenOffPreController() function in OHOS::PowerMgr::ScreenOffPreController38 void ScreenOffPreController::Init() in Init()43 bool ScreenOffPreController::IsRegistered() in IsRegistered()82 void ScreenOffPreController::Reset() in Reset()112 void ScreenOffPreController::CallbackMgr::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()119 void ScreenOffPreController::CallbackMgr::Notify() in Notify()130 void ScreenOffPreController::TriggerCallback() in TriggerCallback()138 void ScreenOffPreController::SchedulEyeDetectTimeout(int64_t nextTimeOut, int64_t now) in SchedulEyeDetectTimeout()151 bool ScreenOffPreController::NeedEyeDetectLocked(int64_t nextEyeDetectTime) in NeedEyeDetectLocked()160 void ScreenOffPreController::HandleEyeDetectTimeout(int64_t delayTime) in HandleEyeDetectTimeout()[all …]
29 class ScreenOffPreController {31 explicit ScreenOffPreController(std::shared_ptr<PowerStateMachine>& stateMachine);32 ~ScreenOffPreController() = default;
208 std::shared_ptr<ScreenOffPreController> GetScreenOffPreController() const in GetScreenOffPreController()272 std::shared_ptr<ScreenOffPreController> screenOffPreController_ = nullptr;
137 screenOffPreController_ = std::make_shared<ScreenOffPreController>(powerStateMachine_); in Init()