Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h163 class PowerActiveSniffingState : public PowerState {
173PowerActiveSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fs… in PowerActiveSniffingState() function
181 ~PowerActiveSniffingState() = default;
H A Dpower_state_machine.cpp29 std::make_unique<PowerActiveSniffingState>(*this, pd, *powerActiveState.get()); in Init()
114 void PowerActiveSniffingState::Entry() in Entry()
129 void PowerActiveSniffingState::Exit() in Exit()
134 bool PowerActiveSniffingState::Dispatch(const utility::Message &msg) in Dispatch()
H A Dpower_device.h291 friend class PowerActiveSniffingState; variable