Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h233 class PowerSniffSniffingState : public PowerState {
243PowerSniffSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fst… in PowerSniffSniffingState() function
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()
293 void PowerSniffSniffingState::Exit() in Exit()
298 bool PowerSniffSniffingState::Dispatch(const utility::Message &msg) in Dispatch()
H A Dpower_device.h293 friend class PowerSniffSniffingState; variable