Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_hf_observer.h36 virtual void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf_observer.h37 void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) override{}
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_hf_observer_proxy.h34 void OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h114 virtual void OnRoamingStatusChanged(const BluetoothRemoteDevice &device, int status) in OnRoamingStatusChanged() function in OHOS::Bluetooth::HandsFreeUnitObserver
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h43 virtual void OnRoamingStatusChanged(int status) in OnRoamingStatusChanged() function in stub::TelephoneServiceObserver
/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 in OHOS::bluetooth::HfpHfServiceObserver
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp78 void OnRoamingStatusChanged(const RawAddress& device, int status) override
82 observer->OnRoamingStatusChanged(device, status);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp156 stub->OnRoamingStatusChanged(*device, status); in OnRoamingStatusChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_hf_observer_proxy.cpp156 void BluetoothHfpHfObserverProxy::OnRoamingStatusChanged(const BluetoothRawAddress &device, int status) { in OnRoamingStatusChanged() function in OHOS::Bluetooth::BluetoothHfpHfObserverProxy
159 HILOGE("BluetoothHfpHfObserverProxy::OnRoamingStatusChanged WriteInterfaceToken error"); in OnRoamingStatusChanged()
163 HILOGE("BluetoothHfpHfObserverProxy::OnRoamingStatusChanged WriteParcelable error"); in OnRoamingStatusChanged()
167 HILOGE("BluetoothHfpHfObserverProxy::OnRoamingStatusChanged WriteInt32 error"); in OnRoamingStatusChanged()
177 HILOGE("BluetoothHfpHfObserverProxy::OnRoamingStatusChanged done fail, error: %{public}d", error); in OnRoamingStatusChanged()
/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
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp99 void OnRoamingStatusChanged(const BluetoothRawAddress &device, int32_t status) override
104 observer->OnRoamingStatusChanged(remoteDevice, status);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.cpp800 (*iter)->OnRoamingStatusChanged(device, status); in NotifyRoamingStatusChanged()

Completed in 8 milliseconds