Lines Matching defs:aParent
109 * @param aParent Machine object.
117 HRESULT MediumAttachment::init(Machine *aParent,
132 LogFlowThisFunc(("aParent=%p aMedium=%p aControllerName=%ls aPort=%d aDevice=%d aType=%d aImplicit=%d aPassthrough=%d aTempEject=%d aNonRotational=%d aDiscard=%d aHotPluggable=%d strBandwithGroup=%s\n", aParent, aMedium, aControllerName.raw(), aPort, aDevice, aType, aImplicit, aPassthrough, aTempEject, aNonRotational, aDiscard, aHotPluggable, strBandwidthGroup.c_str()));
143 unconst(m->pMachine) = aParent;
181 HRESULT MediumAttachment::initCopy(Machine *aParent, MediumAttachment *aThat)
183 LogFlowThisFunc(("aParent=%p, aThat=%p\n", aParent, aThat));
185 ComAssertRet(aParent && aThat, E_INVALIDARG);
191 m = new Data(aParent);