Home
last modified time | relevance | path

Searched refs:GetVirtualDeviceList (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h58 virtual void GetVirtualDeviceList(std::vector<std::string> &devices) = 0;
H A Di_bluetooth_a2dp_src.h65 virtual void GetVirtualDeviceList(std::vector<std::string> &devices) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h59 void GetVirtualDeviceList(std::vector<std::string> &devices) override;
H A Dbluetooth_a2dp_source_server.h65 void GetVirtualDeviceList(std::vector<std::string> &devices) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h291 virtual void GetVirtualDeviceList(std::vector<std::string> &devices) {}; in GetVirtualDeviceList() function in OHOS::bluetooth::IProfileHfpAg
H A Dinterface_profile_a2dp_src.h361 virtual void GetVirtualDeviceList(std::vector<std::string> &devices) {}; in GetVirtualDeviceList() function in OHOS::bluetooth::IProfileA2dp
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h451 void GetVirtualDeviceList(std::vector<std::string> &devices);
H A Dbluetooth_hfp_ag.h395 void GetVirtualDeviceList(std::vector<std::string> &devices) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h55 void GetVirtualDeviceList(std::vector<std::string> &devices) override;
H A Dbluetooth_a2dp_src_proxy.h63 void GetVirtualDeviceList(std::vector<std::string> &device) override;
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.cpp280 a2dpInstance_->GetVirtualDeviceList(virtualDevices); in CheckA2dpDeviceReconnect()
297 a2dpInstance_->GetVirtualDeviceList(virtualDevices); in Connect()
405 hfpInstance_->GetVirtualDeviceList(virtualDevices); in CheckHfpDeviceReconnect()
629 hfpInstance_->GetVirtualDeviceList(virtualDevices); in Connect()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp712 void A2dpSource::GetVirtualDeviceList(std::vector<std::string> &devices) in GetVirtualDeviceList() function in OHOS::Bluetooth::A2dpSource
717 proxy->GetVirtualDeviceList(devices); in GetVirtualDeviceList()
H A Dbluetooth_hfp_ag.cpp719 void HandsFreeAudioGateway::GetVirtualDeviceList(std::vector<std::string> &devices) const in GetVirtualDeviceList() function in OHOS::Bluetooth::HandsFreeAudioGateway
724 proxy->GetVirtualDeviceList(devices); in GetVirtualDeviceList()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp448 void BluetoothHfpAgProxy::GetVirtualDeviceList(std::vector<std::string> &devices) in GetVirtualDeviceList() function in OHOS::Bluetooth::BluetoothHfpAgProxy
H A Dbluetooth_a2dp_src_proxy.cpp531 void BluetoothA2dpSrcProxy::GetVirtualDeviceList(std::vector<std::string> &devices) in GetVirtualDeviceList() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp442 void BluetoothHfpAgServer::GetVirtualDeviceList(std::vector<std::string> &devices) in GetVirtualDeviceList() function in OHOS::Bluetooth::BluetoothHfpAgServer
H A Dbluetooth_a2dp_source_server.cpp466 void BluetoothA2dpSourceServer::GetVirtualDeviceList(std::vector<std::string> &devices) in GetVirtualDeviceList() function in OHOS::Bluetooth::BluetoothA2dpSourceServer

Completed in 18 milliseconds