Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dnap_state.cpp28 NapState::NapState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter… in NapState() function in OHOS::DevStandbyMgr::NapState
36 ErrCode NapState::BeginState() in BeginState()
71 ErrCode NapState::EndState() in EndState()
79 bool NapState::CheckTransitionValid(uint32_t nextState) in CheckTransitionValid()
84 void NapState::EndEvalCurrentState(bool evalResult) in EndEvalCurrentState()
93 void NapState::SetPhaseTransitTask(bool evalResult) in SetPhaseTransitTask()
108 void NapState::HandleEvalResToSleepState(bool evalResult) in HandleEvalResToSleepState()
121 void NapState::OnStateBlocked() in OnStateBlocked()
136 bool NapState::IsInFinalPhase() in IsInFinalPhase()
H A Dstate_manager_adapter.cpp44 napStatePtr_ = std::make_shared<NapState>(StandbyState::NAP, 0, stateManager, handler_); in Init()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dnap_state.h23 class NapState : public BaseState, public StateWithMaint, public std::enable_shared_from_this<NapSt…
25 NapState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter>&
/ohos5.0/foundation/resourceschedule/device_standby/plugins/
H A Dlibstandby_plugin.versionscript35 *NapState*;