Lines Matching defs:aId
1277 HRESULT Host::removeHostOnlyNetworkInterface(const com::Guid &aId,
1292 rc = findHostNetworkInterfaceById(aId, iface);
1296 Guid(aId).raw());
1301 int r = NetIfRemoveHostOnlyNetworkInterface(m->pParent, Guid(aId).ref(), aProgress.asOutParam());
1517 HRESULT Host::findHostNetworkInterfaceById(const com::Guid &aId,
1523 if (!aId.isValid())
1540 if (Guid(g) == aId)
1622 HRESULT Host::findUSBDeviceById(const com::Guid &aId,
1626 if (!aId.isValid())
1642 if (Guid(id) == aId)
1649 aId.raw());
1652 NOREF(aId);