Searched defs:pSnapshotMachine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageSnapshot.cpp59 ComPtr<IMachine> pSnapshotMachine; local
60 CHECK_ERROR_BREAK(pThisSnapshot, COMGETTER(Machine)(pSnapshotMachine.asOutParam()));
64 CHECK_ERROR_BREAK(pSnapshotMachine, COMGETTER(MediumAttachments)(ComSafeArrayAsOutParam(aAttachments)));
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1613 ComObjPtr<SnapshotMachine> pSnapshotMachine; local
1614 pSnapshotMachine.createObject();
1615 rc = pSnapshotMachine->init(this, snapshotId.ref(), task.m_strStateFilePath);
1627 pSnapshotMachine,
2090 ComPtr<SnapshotMachine> pSnapshotMachine(task.m_pSnapshot->i_getSnapshotMachine());
2093 i_copyFrom(pSnapshotMachine);
2101 for (MediaData::AttachmentList::const_iterator it = pSnapshotMachine->mMediaData->mAttachments.begin();
2102 it != pSnapshotMachine->mMediaData->mAttachments.end();
H A DMachineImpl.cpp8725 ComObjPtr<SnapshotMachine> pSnapshotMachine; local
8726 pSnapshotMachine.createObject();
8727 rc = pSnapshotMachine->initFromSettings(this,
8745 pSnapshotMachine,

Completed in 70 milliseconds