Lines Matching defs:aId
161 * @param aId The UUID of the USB device to capture and attach.
168 HRESULT USBProxyService::captureDeviceForVM(SessionMachine *aMachine, IN_GUID aId, const com::Utf8Str &aCaptureFilename)
176 ComObjPtr<HostUSBDevice> pHostDevice = findDeviceById(aId);
179 tr("The USB device with UUID {%RTuuid} is not currently attached to the host"), Guid(aId).raw());
196 * @param aId The UUID of the USB device is concerns.
210 HRESULT USBProxyService::detachDeviceFromVM(SessionMachine *aMachine, IN_GUID aId, bool aDone)
212 LogFlowThisFunc(("aMachine=%p{%s} aId={%RTuuid} aDone=%RTbool\n",
215 Guid(aId).raw(),
225 ComObjPtr<HostUSBDevice> pHostDevice = findDeviceById(aId);
556 * @param aId ID of the filter to remove
558 void USBProxyService::removeFilter(void *aId)
560 NOREF(aId);
1248 * @param aId The UUID of the device we're looking for.
1250 ComObjPtr<HostUSBDevice> USBProxyService::findDeviceById(IN_GUID aId)
1252 Guid Id(aId);