/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf_observer.h | 33 virtual void OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_hf_observer.h | 34 void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{}
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_hf_observer_proxy.h | 31 void OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 84 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) in OnCallChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 85 virtual void OnCallChanged(const RawAddress &device, const HandsFreeUnitCalls &call) in OnCallChanged() function in OHOS::bluetooth::HfpHfServiceObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 54 void OnCallChanged(const RawAddress& device, const HandsFreeUnitCalls& call) override 58 observer->OnCallChanged(device, call);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_stub.cpp | 120 stub->OnCallChanged(*device, *call); in OnCallChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 78 void BluetoothHfpHfObserverProxy::OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) { in OnCallChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy 81 HILOGE("BluetoothHfpHfObserverProxy::OnCallChanged WriteInterfaceToken error"); in OnCallChanged() 85 HILOGE("BluetoothHfpHfObserverProxy::OnCallChanged WriteParcelable error"); in OnCallChanged() 89 HILOGE("BluetoothHfpHfObserverProxy::OnCallChanged WriteParcelable error"); in OnCallChanged() 99 HILOGE("BluetoothHfpHfObserverProxy::OnCallChanged done fail, error: %{public}d", error); in OnCallChanged()
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 36 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) {} in OnCallChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 61 void OnCallChanged(const BluetoothRawAddress &device, 77 observer->OnCallChanged(remoteDevice, tmpCall);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 764 (*iter)->OnCallChanged(device, call); in NotifyCallChanged()
|