Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h35 virtual void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int status) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h36 void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) override{}
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h33 void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int status) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h104 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRegistrationStatusChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h39 virtual void OnRegistrationStatusChanged(int status) in OnRegistrationStatusChanged() function in stub::TelephoneServiceObserver
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h115 virtual void OnRegistrationStatusChanged(const RawAddress &device, int status) in OnRegistrationStatusChanged() function in OHOS::bluetooth::HfpHfServiceObserver
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp70 void OnRegistrationStatusChanged(const RawAddress& device, int status) override
74 observer->OnRegistrationStatusChanged(device, status);
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp130 void BluetoothHfpHfObserverProxy::OnRegistrationStatusChanged(const BluetoothRawAddress &device, int status) { in OnRegistrationStatusChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy
133 HILOGE("BluetoothHfpHfObserverProxy::OnRegistrationStatusChanged WriteInterfaceToken error"); in OnRegistrationStatusChanged()
137 HILOGE("BluetoothHfpHfObserverProxy::OnRegistrationStatusChanged WriteParcelable error"); in OnRegistrationStatusChanged()
141 HILOGE("BluetoothHfpHfObserverProxy::OnRegistrationStatusChanged WriteInt32 error"); in OnRegistrationStatusChanged()
151 HILOGE("BluetoothHfpHfObserverProxy::OnRegistrationStatusChanged done fail, error: %{public}d", error); in OnRegistrationStatusChanged()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp38 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnRegistrationStatusChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp90 void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int32_t status) override
95 observer->OnRegistrationStatusChanged(remoteDevice, status);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp791 (*iter)->OnRegistrationStatusChanged(device, status); in NotifyRegistrationStatusChanged()

Completed in 7 milliseconds