Home
last modified time | relevance | path

Searched refs:OnRoamingStatusChanged (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h36 virtual void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h37 void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) override{} in OnRoamingStatusChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h34 void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h114 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRoamingStatusChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h125 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 Dtelephone_service.h43 virtual void OnRoamingStatusChanged(int status) in OnRoamingStatusChanged() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp78 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 Dbluetooth_hfp_hf_observer_stub.cpp159 stub->OnRoamingStatusChanged(*device, status); in OnRoamingStatusChangedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp156 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 Dhfp_hf_test.cpp39 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 Dbluetooth_hfp_hf.cpp102 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 Dhfp_hf_service.cpp800 (*iter)->OnRoamingStatusChanged(device, status); in NotifyRoamingStatusChanged()