/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_stub.cpp | 93 OnScoStateChanged(*device, state, reason); in OnScoStateChangedInner() 114 OnScoStateChanged(*device, indValue); in OnHfEnhancedDriverSafetyChangedInner()
|
H A D | bluetooth_hfp_hf_observer_stub.cpp | 105 stub->OnScoStateChanged(*device, state); in OnScoStateChangedInner()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_ag_observer.h | 32 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason = 0) override;
|
H A D | napi_bluetooth_hfp_hf_observer.h | 32 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | napi_bluetooth_hfp_ag_observer.cpp | 37 void NapiHandsFreeAudioGatewayObserver::OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason) in OnScoStateChanged() function in OHOS::Bluetooth::NapiHandsFreeAudioGatewayObserver
|
H A D | napi_bluetooth_hfp_hf_observer.cpp | 37 void NapiHandsFreeUnitObserver::OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged() function in OHOS::Bluetooth::NapiHandsFreeUnitObserver
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag_observer.h | 30 virtual void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) = 0;
|
H A D | i_bluetooth_hfp_hf_observer.h | 32 virtual void OnScoStateChanged(const BluetoothRawAddress &device, int state) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_ag_observer_proxy.h | 30 void OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason = 0) override;
|
H A D | bluetooth_hfp_hf_observer_proxy.h | 30 void OnScoStateChanged(const BluetoothRawAddress &device, int state) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_ag.h | 75 virtual void OnScoStateChanged(const RawAddress &device, int state, int reason = 0) in OnScoStateChanged() function in OHOS::bluetooth::HfpAgServiceObserver
|
H A D | interface_profile_hfp_hf.h | 75 virtual void OnScoStateChanged(const RawAddress &device, int state) in OnScoStateChanged() function in OHOS::bluetooth::HfpHfServiceObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_observer_proxy.cpp | 53 void BluetoothHfpAgObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state, int reason) in OnScoStateChanged() function in OHOS::Bluetooth::BluetoothHfpAgObserverProxy 57 HILOGE("BluetoothHfpAgObserverProxy::OnScoStateChanged WriteInterfaceToken error"); in OnScoStateChanged() 61 HILOGE("BluetoothHfpAgObserverProxy::OnScoStateChanged WriteParcelable error"); in OnScoStateChanged() 65 HILOGE("BluetoothHfpAgObserverProxy::OnScoStateChanged WriteInt32 error"); in OnScoStateChanged() 69 HILOGE("BluetoothHfpAgObserverProxy::OnScoStateChanged WriteInt32 error"); in OnScoStateChanged() 79 HILOGE("BluetoothHfpAgObserverProxy::OnScoStateChanged done fail, error: %{public}d", error); in OnScoStateChanged()
|
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 52 void BluetoothHfpHfObserverProxy::OnScoStateChanged(const BluetoothRawAddress &device, int state) { in OnScoStateChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy 55 HILOGE("BluetoothHfpHfObserverProxy::OnScoStateChanged WriteInterfaceToken error"); in OnScoStateChanged() 59 HILOGE("BluetoothHfpHfObserverProxy::OnScoStateChanged WriteParcelable error"); in OnScoStateChanged() 63 HILOGE("BluetoothHfpHfObserverProxy::OnScoStateChanged WriteInt32 error"); in OnScoStateChanged() 73 HILOGE("BluetoothHfpHfObserverProxy::OnScoStateChanged done fail, error: %{public}d", error); in OnScoStateChanged()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 74 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) in OnScoStateChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
|
H A D | bluetooth_hfp_ag.h | 75 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int32_t state, int32_t reason) in OnScoStateChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserver
|
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 99 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state, int reason);
|
H A D | bluetooth_device_manager.h | 116 static void OnScoStateChanged(const BluetoothRemoteDevice &device, bool isConnected, int reason);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 55 void OnScoStateChanged(const RawAddress& device, int state, int reason) override 59 observer->OnScoStateChanged(device, state, reason);
|
H A D | bluetooth_hfp_hf_server.cpp | 46 void OnScoStateChanged(const RawAddress& device, int state) override 50 observer->OnScoStateChanged(device, state);
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 115 void OnScoStateChanged(const Bluetooth::BluetoothRemoteDevice &device,
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 35 virtual void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnScoStateChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
|
H A D | hfp_ag_test.cpp | 35 void OnScoStateChanged(const BluetoothRemoteDevice &device, int state) {} in OnScoStateChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserverCommon
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 55 void OnScoStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t reason) override 61 observer->OnScoStateChanged(remoteDevice, state, reason);
|
H A D | bluetooth_hfp_hf.cpp | 52 void OnScoStateChanged(const BluetoothRawAddress &device, int32_t state) override 57 observer->OnScoStateChanged(remoteDevice, state);
|