Home
last modified time | relevance | path

Searched refs:PowerActiveState (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h98 class PowerActiveState : public PowerState { class
101 * @brief A constructor used to create an <b>PowerActiveState</b> instance.
107 PowerActiveState(PowerStateMachine &psm, PowerDevice &pd) : PowerState(ACTIVE_STATE, psm, pd){}; in PowerActiveState() function in OHOS::bluetooth::PowerActiveState
110 * @brief A destructor used to create an <b>PowerActiveState</b> instance.
114 ~PowerActiveState() = default;
H A Dpower_state_machine.cpp25 std::unique_ptr<utility::StateMachine::State> powerActiveState = std::make_unique<PowerActiveState>(*this, pd); in Init()
48 void PowerActiveState::Entry() in Entry()
53 void PowerActiveState::Exit() in Exit()
58 bool PowerActiveState::Dispatch(const utility::Message &msg) in Dispatch()

Completed in 2 milliseconds