Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h187 class PowerSniffState : public PowerState { class
190 * @brief A constructor used to create an <b>PowerSniffState</b> instance.
196 PowerSniffState(PowerStateMachine &psm, PowerDevice &pd) : PowerState(SNIFF_STATE, psm, pd){}; in PowerSniffState() function in OHOS::bluetooth::PowerSniffState
199 * @brief A destructor used to create an <b>PowerSniffState</b> instance.
203 ~PowerSniffState() = default;
H A Dpower_state_machine.cpp31 std::unique_ptr<utility::StateMachine::State> powerSniffState = std::make_unique<PowerSniffState>(*this, pd); in Init()
186 void PowerSniffState::Entry() in Entry()
191 void PowerSniffState::Exit() in Exit()
196 bool PowerSniffState::Dispatch(const utility::Message &msg) in Dispatch()
H A Dpower_device.h294 friend class PowerSniffState;

Completed in 2 milliseconds