/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_hf_observer.h | 36 virtual void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_hfp_hf_observer.h | 37 void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRoamingStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_hf_observer_proxy.h | 34 void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_hf.h | 114 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRoamingStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_hf.h | 125 virtual void OnRoamingStatusChanged(const RawAddress &device, int status) in OnRoamingStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_service.h | 43 virtual void OnRoamingStatusChanged(int status) in OnRoamingStatusChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_hf_server.cpp | 78 void OnRoamingStatusChanged(const RawAddress& device, int status) override in OnRoamingStatusChanged() function in OHOS::Bluetooth::HfpHfServerObserver 82 observer->OnRoamingStatusChanged(device, status); in OnRoamingStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_stub.cpp | 159 stub->OnRoamingStatusChanged(*device, status); in OnRoamingStatusChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_hf_observer_proxy.cpp | 156 void BluetoothHfpHfObserverProxy::OnRoamingStatusChanged(const BluetoothRawAddress &device, int st… in OnRoamingStatusChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_hf_test.cpp | 39 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) {} in OnRoamingStatusChanged() function in OHOS::Bluetooth::HandsFreeUnitObserverCommon
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_hf.cpp | 102 void OnRoamingStatusChanged(const BluetoothRawAddress &device, int32_t status) override in OnRoamingStatusChanged() function in OHOS::Bluetooth::HfServiceObserver 107 observer->OnRoamingStatusChanged(remoteDevice, status); in OnRoamingStatusChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.cpp | 800 (*iter)->OnRoamingStatusChanged(device, status); in NotifyRoamingStatusChanged()
|