Home
last modified time | relevance | path

Searched refs:OnInBandRingToneChanged (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h40 virtual void OnInBandRingToneChanged(const BluetoothRawAddress &device, int status) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h41 void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) override{}
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h38 void OnInBandRingToneChanged(const BluetoothRawAddress &device, int status) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h154 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 Dinterface_profile_hfp_hf.h165 virtual void OnInBandRingToneChanged(const RawAddress &device, int status) in OnInBandRingToneChanged() function in OHOS::bluetooth::HfpHfServiceObserver
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp204 stub->OnInBandRingToneChanged(*device, status); in OnInBandRingToneChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp262 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 Dhfp_hf_test.cpp43 virtual void OnInBandRingToneChanged(const BluetoothRemoteDevice &device, int status) {} in OnInBandRingToneChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp138 void OnInBandRingToneChanged(const BluetoothRawAddress &device, int32_t status) override
143 observer->OnInBandRingToneChanged(remoteDevice, status);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp110 void OnInBandRingToneChanged(const RawAddress& device, int status) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp836 (*iter)->OnInBandRingToneChanged(device, status); in NotifyInBandRingTone()

Completed in 7 milliseconds