Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.cpp31 std::unique_ptr<utility::StateMachine::State> powerSniffState = std::make_unique<PowerSniffState>(*this, pd); in Init() local
33 std::make_unique<PowerSniffActivingState>(*this, pd, *powerSniffState.get()); in Init()
35 std::make_unique<PowerSniffSniffingState>(*this, pd, *powerSniffState.get()); in Init()
41 Move(powerSniffState); in Init()

Completed in 1 milliseconds