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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1336 bool fTakingSnapshotOnline)
1342 m_fTakingSnapshotOnline(fTakingSnapshotOnline)
1344 if (fTakingSnapshotOnline)
1458 const bool fTakingSnapshotOnline = Global::IsOnline(mData->mMachineState); local
1459 LogFlowThisFunc(("fTakingSnapshotOnline = %d\n", fTakingSnapshotOnline));
1460 if (fTakingSnapshotOnline)
1472 fTakingSnapshotOnline /* aCancelable */,
1490 fTakingSnapshotOnline);
1496 if (fTakingSnapshotOnline)
1328 TakeSnapshotTask(SessionMachine *m, Progress *p, const Utf8Str &t, Snapshot *s, const Utf8Str &strName, const Utf8Str &strDescription, bool fPause, uint32_t uMemSize, bool fTakingSnapshotOnline) argument
[all...]

Completed in 40 milliseconds