Home
last modified time | relevance | path

Searched refs:OnVirtualDeviceChanged (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src_observer.h43 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function in OHOS::Bluetooth::IBluetoothA2dpSourceObserver
H A Di_bluetooth_hfp_ag_observer.h34 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hfp_ag_observer_proxy.h34 void OnVirtualDeviceChanged(int32_t action, std::string address) override;
H A Dbluetooth_a2dp_src_observer_proxy.h34 void OnVirtualDeviceChanged(int32_t action, std::string address) override;
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h43 virtual void OnVirtualDeviceChanged(int32_t action, std::string macAddress);
103 void OnVirtualDeviceChanged(int32_t action, std::string macAddress);
H A Daudio_bluetooth_manager.cpp133 a2dpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_REMOVE), in DisconnectBluetoothA2dpSink()
283 a2dpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_ADD), macAddress); in CheckA2dpDeviceReconnect()
350 void AudioA2dpListener::OnVirtualDeviceChanged(int32_t action, std::string macAddress) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::AudioA2dpListener
408 hfpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_ADD), macAddress); in CheckHfpDeviceReconnect()
579 hfpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_REMOVE), in DisconnectBluetoothHfpSink()
694 void AudioHfpListener::OnVirtualDeviceChanged(int32_t action, std::string macAddress) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::AudioHfpListener
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h123 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function in OHOS::bluetooth::HfpAgServiceObserver
H A Dinterface_profile_a2dp_src.h132 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function in OHOS::bluetooth::IA2dpObserver
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_observer_stub.cpp122 stub->OnVirtualDeviceChanged(action, addr); in OnVirtualDeviceChangedInner()
H A Dbluetooth_hfp_ag_observer_stub.cpp133 OnVirtualDeviceChanged(action, addr); in OnVirtualDeviceChangedInner()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp161 void BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::BluetoothHfpAgObserverProxy
165 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged WriteInterfaceToken error"); in OnVirtualDeviceChanged()
169 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged WriteInt32 error"); in OnVirtualDeviceChanged()
173 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged WriteString error"); in OnVirtualDeviceChanged()
183 HILOGE("BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged done fail, error: %{public}d", error); in OnVirtualDeviceChanged()
H A Dbluetooth_a2dp_src_observer_proxy.cpp172 void BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::BluetoothA2dpSrcObserverProxy
176 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged WriteInterfaceToken error"); in OnVirtualDeviceChanged()
180 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged WriteInt32 error"); in OnVirtualDeviceChanged()
184 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged WriteString error"); in OnVirtualDeviceChanged()
193 HILOGE("BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged done fail, error: %{public}d", result); in OnVirtualDeviceChanged()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h100 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::A2dpSourceObserver
H A Dbluetooth_hfp_ag.h122 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::HandsFreeAudioGatewayObserver
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp107 void OnVirtualDeviceChanged(int action, std::string address) override
111 observer->OnVirtualDeviceChanged(action, address);
H A Dbluetooth_hfp_ag.cpp95 void OnVirtualDeviceChanged(int32_t action, std::string address) override
99 observer->OnVirtualDeviceChanged(action, address);

Completed in 9 milliseconds