Home
last modified time | relevance | path

Searched refs:SleepState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dsleep_state.cpp35 SleepState::SleepState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAda… in SleepState() function in OHOS::DevStandbyMgr::SleepState
43 ErrCode SleepState::Init(const std::shared_ptr<BaseState>& statePtr) in Init()
65 void SleepState::StartPeriodlyMotionDetection() in StartPeriodlyMotionDetection()
80 ErrCode SleepState::UnInit() in UnInit()
88 ErrCode SleepState::BeginState() in BeginState()
134 ErrCode SleepState::EndState() in EndState()
144 bool SleepState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid()
153 void SleepState::EndEvalCurrentState(bool evalResult) in EndEvalCurrentState()
173 void SleepState::SetPhaseTransitOrRepeatedTask() in SetPhaseTransitOrRepeatedTask()
204 void SleepState::CheckScrenOffHalfHour() in CheckScrenOffHalfHour()
[all …]
H A Dstate_manager_adapter.cpp46 sleepStatePtr_ = std::make_shared<SleepState>(StandbyState::SLEEP, 0, stateManager, handler_); in Init()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dsleep_state.h23 class SleepState : public BaseState, public StateWithMaint, public std::enable_shared_from_this<Sle…
25 SleepState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>&
/ohos5.0/foundation/resourceschedule/device_standby/plugins/
H A Dlibstandby_plugin.versionscript36 *SleepState*;