Searched refs:NapState (Results 1 – 4 of 4) sorted by relevance
28 NapState::NapState(uint32_t curState, uint32_t curPhase, const std::shared_ptr<IStateManagerAdapter… in NapState() function in OHOS::DevStandbyMgr::NapState36 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()
44 napStatePtr_ = std::make_shared<NapState>(StandbyState::NAP, 0, stateManager, handler_); in Init()
23 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>&
35 *NapState*;