/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf_observer.h | 38 virtual void OnSubscriberNumberChanged(const BluetoothRawAddress &device, const std::string &number) = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_hf_observer.h | 39 void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) override{}
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_hf_observer_proxy.h | 36 void OnSubscriberNumberChanged(const BluetoothRawAddress &device, const std::string &number) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 134 virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) in OnSubscriberNumberChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 145 virtual void OnSubscriberNumberChanged(const RawAddress &device, const std::string &number) in OnSubscriberNumberChanged() function in OHOS::bluetooth::HfpHfServiceObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 94 void OnSubscriberNumberChanged(const RawAddress& device, const std::string& number) override 98 observer->OnSubscriberNumberChanged(device, number);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_stub.cpp | 180 stub->OnSubscriberNumberChanged(*device, number); in OnSubscriberNumberChangedInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 209 void BluetoothHfpHfObserverProxy::OnSubscriberNumberChanged(const BluetoothRawAddress &device, in OnSubscriberNumberChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy 213 HILOGE("BluetoothHfpHfObserverProxy::OnSubscriberNumberChanged WriteInterfaceToken error"); in OnSubscriberNumberChanged() 217 HILOGE("BluetoothHfpHfObserverProxy::OnSubscriberNumberChanged WriteParcelable error"); in OnSubscriberNumberChanged() 221 HILOGE("BluetoothHfpHfObserverProxy::OnSubscriberNumberChanged WriteString error"); in OnSubscriberNumberChanged() 231 HILOGE("BluetoothHfpHfObserverProxy::OnSubscriberNumberChanged done fail, error: %{public}d", error); in OnSubscriberNumberChanged()
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 41 virtual void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) {} in OnSubscriberNumberChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 118 void OnSubscriberNumberChanged( 124 observer->OnSubscriberNumberChanged(remoteDevice, number);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 818 (*iter)->OnSubscriberNumberChanged(device, number); in NotifySubscriberNumberChanged()
|