Home
last modified time | relevance | path

Searched refs:OnActiveDeviceChanged (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_ag_observer.h34 void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) override{}
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag_observer.h31 virtual void OnActiveDeviceChanged(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_ag_observer_proxy.h31 void OnActiveDeviceChanged(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h84 virtual void OnActiveDeviceChanged(const RawAddress &device) in OnActiveDeviceChanged() function in OHOS::bluetooth::HfpAgServiceObserver
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_observer_stub.cpp103 OnActiveDeviceChanged(*device); in OnActiveDeviceChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp84 void BluetoothHfpAgObserverProxy::OnActiveDeviceChanged(const BluetoothRawAddress &device) in OnActiveDeviceChanged() function in OHOS::Bluetooth::BluetoothHfpAgObserverProxy
88 HILOGE("BluetoothHfpAgObserverProxy::OnActiveDeviceChanged WriteInterfaceToken error"); in OnActiveDeviceChanged()
92 HILOGE("BluetoothHfpAgObserverProxy::OnActiveDeviceChanged WriteParcelable error"); in OnActiveDeviceChanged()
102 HILOGE("BluetoothHfpAgObserverProxy::OnActiveDeviceChanged done fail, error: %{public}d", error); in OnActiveDeviceChanged()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h84 virtual void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) in OnActiveDeviceChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserver
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h101 void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) {} in OnActiveDeviceChanged() function in OHOS::Bluetooth::AudioHfpListener
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp63 void OnActiveDeviceChanged(const RawAddress& device) override
67 observer->OnActiveDeviceChanged(device);
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h117 void OnActiveDeviceChanged(const Bluetooth::BluetoothRemoteDevice &device) override {};
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp36 void OnActiveDeviceChanged(const BluetoothRemoteDevice &device) {} in OnActiveDeviceChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserverCommon
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp65 void OnActiveDeviceChanged(const BluetoothRawAddress &device) override
70 observer->OnActiveDeviceChanged(remoteDevice);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.cpp808 (*iter)->OnActiveDeviceChanged(device); in NotifyCurrentActiveDevice()

Completed in 8 milliseconds