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 D | hfp_ag_statemachine.cpp | 45 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 D | hfp_hf_statemachine.cpp | 41 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 D | pan_statemachine.cpp | 38 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 D | p2p_state_machine.cpp | 834 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 D | p2p_state_machine.h | 230 virtual void ChangeConnectedStatus(P2pConnectedState connectedState);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_statemachine.cpp | 39 std::unique_ptr<utility::StateMachine::State> connectedState = in Init() local 45 Move(connectedState); in Init()
|