Lines Matching refs:aParent

206  *  @param aParent  Handle of the parent object.
208 HRESULT USBDeviceFilter::init(USBDeviceFilters *aParent,
211 LogFlowThisFunc(("aParent=%p\n", aParent));
213 ComAssertRet(aParent && !data.strName.isEmpty(), E_INVALIDARG);
219 unconst(mParent) = aParent;
280 * @param aParent Handle of the parent object.
282 HRESULT USBDeviceFilter::init(USBDeviceFilters *aParent, IN_BSTR aName)
284 LogFlowThisFunc(("aParent=%p\n", aParent));
286 ComAssertRet(aParent && aName && *aName, E_INVALIDARG);
292 unconst(mParent) = aParent;
331 HRESULT USBDeviceFilter::init (USBDeviceFilters *aParent, USBDeviceFilter *aThat,
334 LogFlowThisFunc(("aParent=%p, aThat=%p, aReshare=%RTbool\n",
335 aParent, aThat, aReshare));
337 ComAssertRet(aParent && aThat, E_INVALIDARG);
343 unconst(mParent) = aParent;
384 HRESULT USBDeviceFilter::initCopy (USBDeviceFilters *aParent, USBDeviceFilter *aThat)
386 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
388 ComAssertRet(aParent && aThat, E_INVALIDARG);
394 unconst(mParent) = aParent;
859 * @param aParent Handle of the parent object.
861 HRESULT HostUSBDeviceFilter::init(Host *aParent,
864 LogFlowThisFunc(("aParent=%p\n", aParent));
866 ComAssertRet(aParent && !data.strName.isEmpty(), E_INVALIDARG);
872 unconst(mParent) = aParent;
929 * @param aParent Handle of the parent object.
931 HRESULT HostUSBDeviceFilter::init (Host *aParent, IN_BSTR aName)
933 LogFlowThisFunc(("aParent=%p\n", aParent));
935 ComAssertRet(aParent && aName && *aName, E_INVALIDARG);
941 unconst(mParent) = aParent;