Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.h167 class AdapterTurnOnState : public AdapterState { class
170 * @brief A constructor used to create an <b>AdapterTurnOnState</b> instance.
176 AdapterTurnOnState(AdapterStateMachine &stateMachine, IAdapter &adapter) in AdapterTurnOnState() function in OHOS::bluetooth::AdapterTurnOnState
180 * @brief A destructor used to delete the <b>AdapterTurnOnState</b> instance.
184 ~AdapterTurnOnState() = default;
H A Dadapter_state_machine.cpp32 std::unique_ptr<utility::StateMachine::State> turnOn = std::make_unique<AdapterTurnOnState>(*this, adapter); in Init()
135 void AdapterTurnOnState::Entry() in Entry()
143 bool AdapterTurnOnState::Dispatch(const utility::Message &msg) in Dispatch()

Completed in 2 milliseconds