Lines Matching refs:BaseState
34 std::shared_ptr<PowerMgr::RunningLock> BaseState::standbyRunningLock_ = nullptr;
37 bool BaseState::runningLockStatus_ = false;
39 ErrCode BaseState::Init(const std::shared_ptr<BaseState>& statePtr)
50 ErrCode BaseState::UnInit()
57 uint32_t BaseState::GetCurState()
62 uint32_t BaseState::GetCurInnerPhase()
67 void BaseState::StartTransitNextState(const std::shared_ptr<BaseState>& statePtr)
72 BaseState::AcquireStandbyRunningLock();
76 BaseState::ReleaseStandbyRunningLock();
86 BaseState::ReleaseStandbyRunningLock();
91 void BaseState::TransitToPhase(uint32_t curPhase, uint32_t nextPhase)
97 void BaseState::TransitToPhaseInner(uint32_t prePhase, uint32_t curPhase)
114 bool BaseState::IsInFinalPhase()
119 void BaseState::OnStateBlocked()
122 void BaseState::SetTimedTask(const std::string& timedTaskName, uint64_t timedTaskId)
131 ErrCode BaseState::StartStateTransitionTimer(int64_t triggerTime)
146 ErrCode BaseState::StopTimedTask(const std::string& timedTaskName)
158 void BaseState::DestroyAllTimedTask()
170 void BaseState::InitRunningLock()
179 void BaseState::AcquireStandbyRunningLock()
197 void BaseState::ReleaseStandbyRunningLock()
213 void BaseState::ShellDump(const std::vector<std::string>& argsInStr, std::string& result)