Home
last modified time | relevance | path

Searched refs:connectedState (Results 1 – 6 of 6) sorted by relevance

/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
48 …_unique<HfpAgAudioConnecting>(AUDIO_CONNECTING, *this, profile_, eventProcessor_, *connectedState); in Init()
50 …ke_unique<HfpAgAudioConnected>(AUDIO_CONNECTED, *this, profile_, eventProcessor_, *connectedState); in Init()
53 … *this, profile_, eventProcessor_, *connectedState); in Init()
61 Move(connectedState); // Add parenet state at last in Init()
/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
44 std::make_unique<HfpHfAudioConnecting>(AUDIO_CONNECTING, *this, profile_, *connectedState); in Init()
46 … std::make_unique<HfpHfAudioDisconnecting>(AUDIO_DISCONNECTING, *this, profile_, *connectedState); in Init()
48 std::make_unique<HfpHfAudioConnected>(AUDIO_CONNECTED, *this, profile_, *connectedState); in Init()
56 Move(connectedState); // Add parenet state at last in Init()
/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
44 Move(connectedState); in Init()
/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() argument
836 WIFI_LOGI("ChangeConnectedStatus, connectedState: %{public}d", connectedState); in ChangeConnectedStatus()
840 if (curP2pConnectedState == connectedState) { in ChangeConnectedStatus()
845 p2pInfo.SetConnectState(connectedState); in ChangeConnectedStatus()
849 if (connectedState == P2pConnectedState::P2P_CONNECTED) { in ChangeConnectedStatus()
858 if (connectedState == P2pConnectedState::P2P_DISCONNECTED) { in ChangeConnectedStatus()
H A Dp2p_state_machine.h230 virtual void ChangeConnectedStatus(P2pConnectedState connectedState);
/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
45 Move(connectedState); in Init()