Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h233 class PowerSniffSniffingState : public PowerState { class
236 * @brief A constructor used to create an <b>PowerSniffSniffingState</b> instance.
243 PowerSniffSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fstate) in PowerSniffSniffingState() function in OHOS::bluetooth::PowerSniffSniffingState
247 * @brief A destructor used to create an <b>PowerSniffSniffingState</b> instance.
251 ~PowerSniffSniffingState() = default;
H A Dpower_state_machine.cpp35 std::make_unique<PowerSniffSniffingState>(*this, pd, *powerSniffState.get()); in Init()
275 void PowerSniffSniffingState::Entry() in Entry()
289 LOG_DEBUG("PM_: nothing to do in PowerSniffSniffingState entry"); in Entry()
293 void PowerSniffSniffingState::Exit() in Exit()
298 bool PowerSniffSniffingState::Dispatch(const utility::Message &msg) in Dispatch()
H A Dpower_device.h293 friend class PowerSniffSniffingState;

Completed in 2 milliseconds