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

/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1302 // SessionMachine task records
1324 /** Take snapshot task */
1362 /** Restore snapshot task */
1379 /** Delete snapshot task */
1480 /* create and start the task on a separate thread (note that it will not
1518 * @param task
1521 void SessionMachine::i_takeSnapshotHandler(TakeSnapshotTask &task) argument
1544 task.m_pProgress->i_notifyComplete(rc);
1561 AssertStmt(task.m_machineStateBackup != mData->mMachineState, throw E_FAIL);
1562 AssertStmt(task
1833 i_finishTakingSnapshot(TakeSnapshotTask &task, AutoWriteLock &alock, bool aSuccess) argument
2028 i_restoreSnapshotHandler(RestoreSnapshotTask &task) argument
2603 i_deleteSnapshotHandler(DeleteSnapshotTask &task) argument
[all...]
H A DMediumImpl.cpp201 * task thread function will delete them when the task is complete.
275 /* Must have a strong VirtualBox reference during a task otherwise the
276 * reference count might drop to 0 while a task is still running. This
779 * destroy the task before we send out the completion notification.
828 * Implementation code for the "create base" task.
836 * Implementation code for the "create diff" task.
844 * Implementation code for the "clone" task.
852 * Implementation code for the "compact" task.
860 * Implementation code for the "resize" task
7355 i_taskCreateBaseHandler(Medium::CreateBaseTask &task) argument
7498 i_taskCreateDiffHandler(Medium::CreateDiffTask &task) argument
7718 i_taskMergeHandler(Medium::MergeTask &task) argument
8029 i_taskCloneHandler(Medium::CloneTask &task) argument
8334 i_taskDeleteHandler(Medium::DeleteTask &task) argument
8400 i_taskResetHandler(Medium::ResetTask &task) argument
8544 i_taskCompactHandler(Medium::CompactTask &task) argument
8641 i_taskResizeHandler(Medium::ResizeTask &task) argument
8753 i_taskExportHandler(Medium::ExportTask &task) argument
8947 i_taskImportHandler(Medium::ImportTask &task) argument
9243 i_taskEncryptHandler(Medium::EncryptTask &task) argument
[all...]
H A DMachineImpl.cpp5210 * @param task
5213 void Machine::i_deleteConfigHandler(DeleteConfigTask &task) argument
5225 task.m_pProgress->i_notifyComplete(rc);
5250 for (size_t i = 0; i < task.m_llMediums.size(); ++i)
5252 ComObjPtr<Medium> pMedium = (Medium*)(IMedium*)(task.m_llMediums.at(i));
5257 rc = task.m_pProgress->SetNextOperation(BstrFmt(tr("Deleting '%s'"), strLocation.c_str()).raw(), 1);
5266 rc = task.m_pProgress->WaitForAsyncProgressCompletion(pProgress2);
5290 // delete the files pushed on the task list by Machine::Delete()
5294 StringsList::const_iterator it = task.m_llFilesToDelete.begin();
5295 while (it != task
12776 i_saveStateHandler(SaveStateTask &task) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 99 milliseconds