/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | audio_bluetooth_manager.h | 43 virtual void OnVirtualDeviceChanged(int32_t action, std::string macAddress); 103 void OnVirtualDeviceChanged(int32_t action, std::string macAddress);
|
H A D | audio_bluetooth_manager.cpp | 132 … 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), macA… in CheckA2dpDeviceReconnect() 352 void AudioA2dpListener::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::AudioA2dpListener 411 …hfpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_ADD), macAd… in CheckHfpDeviceReconnect() 580 … hfpListener_->OnVirtualDeviceChanged(static_cast<int32_t>(Bluetooth::BT_VIRTUAL_DEVICE_REMOVE), in DisconnectBluetoothHfpSink() 705 void AudioHfpListener::OnVirtualDeviceChanged(int32_t action, std::string macAddress) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::AudioHfpListener
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag_observer.h | 34 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) = 0;
|
H A D | i_bluetooth_a2dp_src_observer.h | 43 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_hfp_ag_observer_proxy.h | 34 void OnVirtualDeviceChanged(int32_t action, std::string address) override;
|
H A D | bluetooth_a2dp_src_observer_proxy.h | 34 void OnVirtualDeviceChanged(int32_t action, std::string address) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_ag.h | 123 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function
|
H A D | interface_profile_a2dp_src.h | 132 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() function
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 122 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function
|
H A D | bluetooth_a2dp_src.h | 100 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_stub.cpp | 125 stub->OnVirtualDeviceChanged(action, addr); in OnVirtualDeviceChangedInner()
|
H A D | bluetooth_hfp_ag_observer_stub.cpp | 136 OnVirtualDeviceChanged(action, addr); in OnVirtualDeviceChangedInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_a2dp_src_observer_proxy.cpp | 172 void BluetoothA2dpSrcObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::BluetoothA2dpSrcObserverProxy
|
H A D | bluetooth_hfp_ag_observer_proxy.cpp | 161 void BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() function in OHOS::Bluetooth::BluetoothHfpAgObserverProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_a2dp_src.cpp | 110 void OnVirtualDeviceChanged(int action, std::string address) override in OnVirtualDeviceChanged() function in OHOS::Bluetooth::A2dpSource::impl::BluetoothA2dpSourceObserverImp 114 observer->OnVirtualDeviceChanged(action, address); in OnVirtualDeviceChanged()
|
H A D | bluetooth_hfp_ag.cpp | 98 void OnVirtualDeviceChanged(int32_t action, std::string address) override in OnVirtualDeviceChanged() function in OHOS::Bluetooth::AgServiceObserver 102 observer->OnVirtualDeviceChanged(action, address); in OnVirtualDeviceChanged()
|