/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf_observer.h | 40 virtual void OnInBandRingToneChanged(const BluetoothRawAddress &device, int status) = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_hf_observer.h | 41 void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) override{}
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_hf_observer_proxy.h | 38 void OnInBandRingToneChanged(const BluetoothRawAddress &device, int status) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 154 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) in OnInBandRingToneChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 165 virtual void OnInBandRingToneChanged(const RawAddress &device, int status) in OnInBandRingToneChanged() function in OHOS::bluetooth::HfpHfServiceObserver
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_stub.cpp | 204 stub->OnInBandRingToneChanged(*device, status); in OnInBandRingToneChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 262 void BluetoothHfpHfObserverProxy::OnInBandRingToneChanged(const BluetoothRawAddress &device, int status) { in OnInBandRingToneChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy 265 HILOGE("BluetoothHfpHfObserverProxy::OnInBandRingToneChanged WriteInterfaceToken error"); in OnInBandRingToneChanged() 269 HILOGE("BluetoothHfpHfObserverProxy::OnInBandRingToneChanged WriteParcelable error"); in OnInBandRingToneChanged() 273 HILOGE("BluetoothHfpHfObserverProxy::OnInBandRingToneChanged WriteInt32 error"); in OnInBandRingToneChanged() 283 HILOGE("BluetoothHfpHfObserverProxy::OnInBandRingToneChanged done fail, error: %{public}d", error); in OnInBandRingToneChanged()
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 43 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) {} in OnInBandRingToneChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 138 void OnInBandRingToneChanged(const BluetoothRawAddress &device, int32_t status) override 143 observer->OnInBandRingToneChanged(remoteDevice, status);
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 110 void OnInBandRingToneChanged(const RawAddress& device, int status) override
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 836 (*iter)->OnInBandRingToneChanged(device, status); in NotifyInBandRingTone()
|