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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageSnapshot.cpp43 * @param pCurrentSnapshot
50 ComPtr<ISnapshot> &pCurrentSnapshot,
87 (pThisSnapshot == pCurrentSnapshot) ? " (CURSNAP)" : "");
104 pCurrentSnapshot,
123 * @param pCurrentSnapshot constant, the machine's current snapshot (so we can mark it in the output).
129 ComPtr<ISnapshot> &pCurrentSnapshot,
144 FindAndPrintSnapshotUsingMedium(pMedium, pRootSnapshot, pCurrentSnapshot, uLevel, 0);
154 DumpMediumWithChildren(pCurrentStateMedium, pChild, pRootSnapshot, pCurrentSnapshot, uLevel + 1);
199 ComPtr<ISnapshot> pCurrentSnapshot; local
200 CHECK_ERROR2_RET(pMachine, COMGETTER(CurrentSnapshot)(pCurrentSnapshot
48 FindAndPrintSnapshotUsingMedium(ComPtr<IMedium> &pMedium, ComPtr<ISnapshot> &pThisSnapshot, ComPtr<ISnapshot> &pCurrentSnapshot, uint32_t uMediumLevel, uint32_t uSnapshotLevel) argument
126 DumpMediumWithChildren(ComPtr<IMedium> &pCurrentStateMedium, ComPtr<IMedium> &pMedium, ComPtr<ISnapshot> &pRootSnapshot, ComPtr<ISnapshot> &pCurrentSnapshot, uint32_t uLevel) argument
226 ComPtr<ISnapshot> pCurrentSnapshot; local
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1852 ComPtr<ISnapshot> pCurrentSnapshot; local
1853 CHECK_ERROR(gpMachine, COMGETTER(CurrentSnapshot)(pCurrentSnapshot.asOutParam()));
1857 CHECK_ERROR(gpMachine, RestoreSnapshot(pCurrentSnapshot, gpProgress.asOutParam()));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7122 ComPtr<ISnapshot> pCurrentSnapshot; local
7123 rc = mMachine->COMGETTER(CurrentSnapshot)(pCurrentSnapshot.asOutParam());
7128 if (pCurrentSnapshot)
7130 rc = pCurrentSnapshot->COMGETTER(Online)(&fCurrentSnapshotIsOnline);

Completed in 148 milliseconds