Searched defs:aSnapshotId (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp970 SnapshotWgtItem* VBoxSnapshotsWgt::findItem (const QString &aSnapshotId) argument
976 if (lvi->snapshotId() == aSnapshotId)
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp965 * @param aSnapshotId snapshot ID of this snapshot machine
972 IN_GUID aSnapshotId,
978 Guid l_guid(aSnapshotId);
987 mSnapshotId = aSnapshotId;
1117 * @param aSnapshotId snapshot ID of this snapshot machine
1128 IN_GUID aSnapshotId,
1134 Guid l_guid(aSnapshotId);
1143 mSnapshotId = aSnapshotId;
2551 const Guid &aSnapshotId)
2563 mSnapshotId(aSnapshotId)
971 init(SessionMachine *aSessionMachine, IN_GUID aSnapshotId, const Utf8Str &aStateFilePath) argument
1123 initFromSettings(Machine *aMachine, const settings::Hardware &hardware, const settings::Debugging *pDbg, const settings::Autostart *pAutostart, const settings::Storage &storage, IN_GUID aSnapshotId, const Utf8Str &aStateFilePath) argument
2540 MediumDeleteRec(const ComObjPtr<Medium> &aHd, const ComObjPtr<Medium> &aSource, const ComObjPtr<Medium> &aTarget, const ComObjPtr<MediumAttachment> &aOnlineMediumAttachment, bool fMergeForward, const ComObjPtr<Medium> &aParentForTarget, MediumLockList *aChildrenToReparent, bool fNeedsOnlineMerge, MediumLockList *aMediumLockList, const ComPtr<IToken> &aHDLockToken, const Guid &aMachineId, const Guid &aSnapshotId) argument
3223 i_prepareDeleteSnapshotMedium(const ComObjPtr<Medium> &aHD, const Guid &aMachineId, const Guid &aSnapshotId, bool fOnlineMergePossible, MediumLockList *aVMMALockList, ComObjPtr<Medium> &aSource, ComObjPtr<Medium> &aTarget, bool &aMergeForward, ComObjPtr<Medium> &aParentForTarget, MediumLockList * &aChildrenToReparent, bool &fNeedsOnlineMerge, MediumLockList * &aMediumLockList, ComPtr<IToken> &aHDLockToken) argument
3516 i_cancelDeleteSnapshotMedium(const ComObjPtr<Medium> &aHD, const ComObjPtr<Medium> &aSource, MediumLockList *aChildrenToReparent, bool fNeedsOnlineMerge, MediumLockList *aMediumLockList, const ComPtr<IToken> &aHDLockToken, const Guid &aMachineId, const Guid &aSnapshotId) argument
[all...]
H A DMediumImpl.cpp73 const Guid &aSnapshotId = Guid::Empty)
75 fInCurState(aSnapshotId.isZero())
77 if (aSnapshotId.isValid() && !aSnapshotId.isZero())
78 llSnapshotIds.push_back(aSnapshotId);
3744 * @param aSnapshotId Snapshot ID; when non-empty, adds a snapshot attachment.
3747 const Guid &aSnapshotId /*= Guid::Empty*/)
3751 LogFlowThisFunc(("ENTER, aMachineId: {%RTuuid}, aSnapshotId: {%RTuuid}\n", aMachineId.raw(), aSnapshotId.raw()));
3782 BackRef ref(aMachineId, aSnapshotId);
5005 i_prepareMergeTo(const ComObjPtr<Medium> &pTarget, const Guid *aMachineId, const Guid *aSnapshotId, bool fLockMedia, bool &fMergeForward, ComObjPtr<Medium> &pParentForTarget, MediumLockList * &aChildrenToReparent, MediumLockList * &aMediumLockList) argument
[all...]
H A DVirtualBoxImpl.cpp2819 SnapshotEvent(VirtualBox *aVB, const Guid &aMachineId, const Guid &aSnapshotId, argument
2822 , machineId(aMachineId), snapshotId(aSnapshotId)
2838 void VirtualBox::i_onSnapshotTaken(const Guid &aMachineId, const Guid &aSnapshotId) argument
2840 i_postEvent(new SnapshotEvent(this, aMachineId, aSnapshotId,
2847 void VirtualBox::i_onSnapshotDeleted(const Guid &aMachineId, const Guid &aSnapshotId) argument
2849 i_postEvent(new SnapshotEvent(this, aMachineId, aSnapshotId,
2856 void VirtualBox::i_onSnapshotRestored(const Guid &aMachineId, const Guid &aSnapshotId) argument
2858 i_postEvent(new SnapshotEvent(this, aMachineId, aSnapshotId,
2865 void VirtualBox::i_onSnapshotChange(const Guid &aMachineId, const Guid &aSnapshotId) argument
2867 i_postEvent(new SnapshotEvent(this, aMachineId, aSnapshotId,
[all...]

Completed in 306 milliseconds