Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h33 virtual void OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h34 void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) override{}
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h31 void OnCallChanged(const BluetoothRawAddress &device, const BluetoothHfpHfCall &call) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h84 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 Dinterface_profile_hfp_hf.h85 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 Dbluetooth_hfp_hf_server.cpp54 void OnCallChanged(const RawAddress& device, const HandsFreeUnitCalls& call) override
58 observer->OnCallChanged(device, call);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp120 stub->OnCallChanged(*device, *call); in OnCallChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp78 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 Dhfp_hf_test.cpp36 virtual void OnCallChanged(const BluetoothRemoteDevice &device, const HandsFreeUnitCall &call) {} in OnCallChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp61 void OnCallChanged(const BluetoothRawAddress &device,
77 observer->OnCallChanged(remoteDevice, tmpCall);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp764 (*iter)->OnCallChanged(device, call); in NotifyCallChanged()

Completed in 10 milliseconds