Home
last modified time | relevance | path

Searched refs:PowerActiveActivingState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h139 class PowerActiveActivingState : public PowerState {
149PowerActiveActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fs… in PowerActiveActivingState() function
157 ~PowerActiveActivingState() = default;
H A Dpower_state_machine.cpp27 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()
H A Dpower_device.h290 friend class PowerActiveActivingState; variable