Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.cpp25 std::unique_ptr<utility::StateMachine::State> powerActiveState = std::make_unique<PowerActiveState>(*this, pd); in Init() local
27 std::make_unique<PowerActiveActivingState>(*this, pd, *powerActiveState.get()); in Init()
29 std::make_unique<PowerActiveSniffingState>(*this, pd, *powerActiveState.get()); in Init()
37 Move(powerActiveState); in Init()

Completed in 1 milliseconds