Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h139 class PowerActiveActivingState : public PowerState { class
142 * @brief A constructor used to create an <b>PowerActiveActivingState</b> instance.
149 PowerActiveActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerActiveActivingState() function in OHOS::bluetooth::PowerActiveActivingState
153 * @brief A destructor used to create an <b>PowerActiveActivingState</b> instance.
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;

Completed in 2 milliseconds