Searched refs:SleepState (Results 1 - 3 of 3) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | sleep_state.cpp | 35 SleepState::SleepState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>& 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() 121 void SleepState::TryToEnterNextPhase(const std::shared_ptr<IStateManagerAdapter>& stateManagerPtr, in TryToEnterNextPhase() 134 ErrCode SleepState::EndState() in EndState() 144 bool SleepState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid() 153 void SleepState [all...] |
H A D | state_manager_adapter.cpp | 46 sleepStatePtr_ = std::make_shared<SleepState>(StandbyState::SLEEP, 0, stateManager, handler_); in Init()
|
/foundation/resourceschedule/device_standby/plugins/standby_state/include/ |
H A D | sleep_state.h | 23 class SleepState : public BaseState, public StateWithMaint, public std::enable_shared_from_this<SleepState> { class 25 SleepState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>&
|
Completed in 2 milliseconds