/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf_observer.h | 35 virtual void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int status) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_hf_observer.h | 36 void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRegistrationStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_hf_observer_proxy.h | 33 void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int status) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 104 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRegistrationStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 115 virtual void OnRegistrationStatusChanged(const RawAddress &device, int status) in OnRegistrationStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_service.h | 39 virtual void OnRegistrationStatusChanged(int status) in OnRegistrationStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 70 void OnRegistrationStatusChanged(const RawAddress& device, int status) override in OnRegistrationStatusChanged() function in OHOS::Bluetooth::HfpHfServerObserver 74 observer->OnRegistrationStatusChanged(device, status); in OnRegistrationStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 130 void BluetoothHfpHfObserverProxy::OnRegistrationStatusChanged(const BluetoothRawAddress &device, i… in OnRegistrationStatusChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 38 virtual void OnRegistrationStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnRegistrationStatusChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 93 void OnRegistrationStatusChanged(const BluetoothRawAddress &device, int32_t status) override in OnRegistrationStatusChanged() function in OHOS::Bluetooth::HfServiceObserver 98 observer->OnRegistrationStatusChanged(remoteDevice, status); in OnRegistrationStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 791 (*iter)->OnRegistrationStatusChanged(device, status); in NotifyRegistrationStatusChanged()
|