Searched refs:STATE_NAME_LIST (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | state_manager_adapter.cpp | 247 STATE_NAME_LIST[curState].c_str(), STATE_NAME_LIST[nextState].c_str()); in CheckTransitionValid() 311 STATE_NAME_LIST[curState].c_str(), STATE_NAME_LIST[preState].c_str()); in OnScreenOffHalfHourInner() 331 STATE_NAME_LIST[preState].c_str(), STATE_NAME_LIST[curState].c_str()); in SendNotification() 360 std::to_string(isBlocked_) + ", current state: " + STATE_NAME_LIST[ in DumpShowDetailInfo() 362 GetCurInnerPhase()) + ", previous state: " + STATE_NAME_LIST[preStatePtr_->GetCurState()] + in DumpShowDetailInfo() 373 result += STATE_NAME_LIST[stateIndex] + "\t" + std::to_string(timeStamp) + "\n"; in DumpShowDetailInfo() 390 auto iter = std::find(STATE_NAME_LIST in DumpEnterSpecifiedState() [all...] |
H A D | sleep_state.cpp | 48 STANDBYSERVICE_LOGE("%{public}s state init failed", STATE_NAME_LIST[GetCurState()].c_str()); in Init() 58 STANDBYSERVICE_LOGE("%{public}s init failed", STATE_NAME_LIST[GetCurState()].c_str()); in Init()
|
/foundation/resourceschedule/device_standby/plugins/ext/src/ |
H A D | base_state.cpp | 44 STANDBYSERVICE_LOGE("%{public}s state init failed", STATE_NAME_LIST[GetCurState()].c_str()); in Init() 71 STATE_NAME_LIST[statePtr->nextState_].c_str(), STATE_NAME_LIST[statePtr->curState_].c_str()); in StartTransitNextState() 136 STANDBYSERVICE_LOGE("%{public}s state set timed task failed", STATE_NAME_LIST[nextState_].c_str()); in StartStateTransitionTimer()
|
/foundation/resourceschedule/device_standby/utils/common/src/ |
H A D | common_constant.cpp | 33 const std::vector<std::string> STATE_NAME_LIST = {"working", "dark", "nap", "maintenance", "sleep"}; member
|
/foundation/resourceschedule/device_standby/utils/common/include/ |
H A D | common_constant.h | 41 extern const std::vector<std::string> STATE_NAME_LIST;
|
Completed in 2 milliseconds