Home
last modified time | relevance | path

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

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