Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h38 virtual void OnSubscriberNumberChanged(const BluetoothRawAddress &device, const std::string &number) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h39 void OnSubscriberNumberChanged(const BluetoothRemoteDevice &device, const std::string &number) override{}
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h36 void OnSubscriberNumberChanged(const BluetoothRawAddress &device, const std::string &number) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h134 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 Dinterface_profile_hfp_hf.h145 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 Dbluetooth_hfp_hf_server.cpp94 void OnSubscriberNumberChanged(const RawAddress& device, const std::string& number) override
98 observer->OnSubscriberNumberChanged(device, number);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp180 stub->OnSubscriberNumberChanged(*device, number); in OnSubscriberNumberChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp209 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 Dhfp_hf_test.cpp41 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 Dbluetooth_hfp_hf.cpp118 void OnSubscriberNumberChanged(
124 observer->OnSubscriberNumberChanged(remoteDevice, number);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp818 (*iter)->OnSubscriberNumberChanged(device, number); in NotifySubscriberNumberChanged()

Completed in 8 milliseconds