Home
last modified time | relevance | path

Searched defs:connectedState (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
Dpan_statemachine.cpp38 std::unique_ptr<utility::StateMachine::State> connectedState = in Init() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_statemachine.cpp45 std::unique_ptr<utility::StateMachine::State> connectedState = in Init() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
Dhid_host_statemachine.cpp39 std::unique_ptr<utility::StateMachine::State> connectedState = in Init() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
Dhfp_hf_statemachine.cpp41 std::unique_ptr<utility::StateMachine::State> connectedState = in Init() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
Dp2p_state_machine.cpp834 void P2pStateMachine::ChangeConnectedStatus(P2pConnectedState connectedState) in ChangeConnectedStatus()