Lines Matching defs:aId
100 * @param aId id of the snapshot
108 const Guid &aId,
115 LogFlowThisFunc(("uuid=%s aParent->uuid=%s\n", aId.toString().c_str(), (aParent) ? aParent->m->uuid.toString().c_str() : ""));
117 ComAssertRet(!aId.isZero() && aId.isValid() && !aName.isEmpty() && aMachine, E_INVALIDARG);
130 unconst(m->uuid) = aId;
303 HRESULT Snapshot::getId(com::Guid &aId)
307 aId = m->uuid;
580 ComObjPtr<Snapshot> Snapshot::i_findChildOrSelf(IN_GUID aId)
588 if (m->uuid == aId)
596 if ((child = (*it)->i_findChildOrSelf(aId)))
2288 HRESULT Machine::deleteSnapshot(const com::Guid &aId, ComPtr<IProgress> &aProgress)
2290 NOREF(aId);
2295 HRESULT SessionMachine::deleteSnapshot(const com::Guid &aId, ComPtr<IProgress> &aProgress)
2297 return i_deleteSnapshot(aId, aId,
2302 HRESULT Machine::deleteSnapshotAndAllChildren(const com::Guid &aId, ComPtr<IProgress> &aProgress)
2304 NOREF(aId);
2309 HRESULT SessionMachine::deleteSnapshotAndAllChildren(const com::Guid &aId, ComPtr<IProgress> &aProgress)
2311 return i_deleteSnapshot(aId, aId,