Searched refs:PowerActiveActivingState (Results 1 – 3 of 3) sorted by relevance
139 class PowerActiveActivingState : public PowerState {149 …PowerActiveActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fs… in PowerActiveActivingState() function157 ~PowerActiveActivingState() = default;
27 std::make_unique<PowerActiveActivingState>(*this, pd, *powerActiveState.get()); in Init()76 void PowerActiveActivingState::Entry() in Entry()83 void PowerActiveActivingState::Exit() in Exit()88 bool PowerActiveActivingState::Dispatch(const utility::Message &msg) in Dispatch()
290 friend class PowerActiveActivingState; variable