Home
last modified time | relevance | path

Searched refs:remoteDevices (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_service_listener_impl_stub.cpp95 std::vector<CastRemoteDevice> remoteDevices; in DoDeviceFoundTask() local
96 if (!GetCastRemoteDevices(data, remoteDevices)) { in DoDeviceFoundTask()
100 userListener_->OnDeviceFound(remoteDevices); in DoDeviceFoundTask()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp164 std::set<std::string> remoteDevices; in GetDeviceList() local
168 remoteDevices.insert(uuid); in GetDeviceList()
171 remoteDevices.insert(uuid); in GetDeviceList()
177 for (const auto &deviceId : remoteDevices) { in GetDeviceList()
/foundation/CastEngine/castengine_cast_framework/service/src/
H A Dcast_session_manager_service.cpp203 std::vector<CastRemoteDevice> remoteDevices; variable
205 remoteDevices.push_back(CastRemoteDevice{ device.deviceId, device.deviceName, device.deviceType,
209 service->ReportDeviceFound(remoteDevices);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp134 std::vector<BluetoothRemoteDevice> remoteDevices; in GetDevicesByStates() local
146 remoteDevices.push_back(remoteDevice); in GetDevicesByStates()
149 return remoteDevices; in GetDevicesByStates()
H A Dbluetooth_hfp_hf.cpp181 std::vector<BluetoothRemoteDevice> remoteDevices; in GetDevicesByStates() local
193 remoteDevices.push_back(remoteDevice); in GetDevicesByStates()
196 return remoteDevices; in GetDevicesByStates()

Completed in 8 milliseconds