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

/vbox/src/VBox/Main/include/
H A DProgressImpl.h67 1, // cOperations
80 * @param cOperations
90 ULONG cOperations,
100 cOperations, // cOperations
101 cOperations, // ulTotalOperationsWeight = cOperations
113 ULONG cOperations,
84 init( VirtualBox *aParent, IUnknown *aInitiator, Utf8Str aDescription, BOOL aCancelable, ULONG cOperations, Utf8Str aFirstOperationDescription) argument
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp140 ULONG cOperations = 1; local
141 HRESULT hrc = progress->COMGETTER(OperationCount)(&cOperations);
H A DVBoxAutostart-win.cpp97 ULONG cOperations = 1; local
98 HRESULT hrc = progress->COMGETTER(OperationCount)(&cOperations);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp95 ULONG cOperations = 1; local
96 HRESULT hrc = progress->COMGETTER(OperationCount)(&cOperations);
162 RTStrmPrintf(g_pStdErr, "(%u/%u) %ls %02u%% => %02u%% (%d s remaining)\n", ulOperation + 1, cOperations,
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp82 1 /* cOperations */,
122 1 + cOtherProgressObjectOperations /* cOperations */,
200 ULONG cOperations; local
201 HRESULT hrc = pOtherProgress->COMGETTER(OperationCount)(&cOperations);
203 cOperations = 1;
225 mfMultiOperation = cOperations > 1;
232 m_cOperations = cOperations + m_ulCurrentOperation;
H A DApplianceImpl.cpp936 ULONG cOperations; local
939 cOperations = 1 // one for XML setup
964 ++cOperations; // another one for creating the manifest
974 cOperations += 1 + 1; // another one for the manifest file & another one for the import
991 cOperations += 1 + 1; // another one for the mf & another one for temporary creation
1014 Log(("Setting up progress object: ulTotalMB = %d, cDisks = %d, => cOperations = %d, ulTotalOperationsWeight = %d, m->ulWeightForXmlOperation = %d\n",
1015 m->ulTotalDisksMB, m->cDisks, cOperations, ulTotalOperationsWeight, m->ulWeightForXmlOperation));
1020 cOperations, // ULONG cOperations,
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp109 * 1) create progress object with cOperations = 2 and ulTotalOperationsWeight =
125 * and pass ulTotalOperationsWeight == cOperations to this constructor (but
129 * Even simpler, if you need no sub-operations at all, pass in cOperations =
138 * @param cOperations Number of operations within this task (at least 1).
151 ULONG cOperations,
156 LogFlowThisFunc(("aDescription=\"%s\", cOperations=%d, ulTotalOperationsWeight=%d, aFirstOperationDescription=\"%s\", ulFirstOperationWeight=%d\n",
158 cOperations,
220 m_cOperations = cOperations;
144 init( VirtualBox *aParent, IUnknown *aInitiator, Utf8Str aDescription, BOOL aCancelable, ULONG cOperations, ULONG ulTotalOperationsWeight, Utf8Str aFirstOperationDescription, ULONG ulFirstOperationWeight) argument
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6984 LONG cOperations = 1; local
7241 ++cOperations;
7247 cOperations,
7265 3 /* cOperations */,
7275 3 /* cOperations */,

Completed in 363 milliseconds