Searched refs:aOperation (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp536 STDMETHODIMP ProgressProxy::COMGETTER(Operation)(ULONG *aOperation) argument
538 CheckComArgOutPointerValid(aOperation);
546 hrc = Progress::COMGETTER(Operation)(aOperation);
552 *aOperation = uCurOtherOperation + muOtherProgressStartOperation;
626 STDMETHODIMP ProgressProxy::WaitForOperationCompletion(ULONG aOperation, LONG aTimeout) argument
629 LogFlowThisFunc(("aOperation=%d aTimeout=%d\n", aOperation, aTimeout));
637 CheckComArgExpr(aOperation, aOperation < m_cOperations);
642 if ( aOperation
[all...]
/vbox/src/VBox/Main/include/
H A DProgressProxyImpl.h73 STDMETHOD(COMGETTER(Operation))(ULONG *aOperation);
81 STDMETHOD(WaitForOperationCompletion)(ULONG aOperation, LONG aTimeout);
H A DProgressImpl.h196 HRESULT getOperation(ULONG *aOperation);
208 HRESULT waitForOperationCompletion(ULONG aOperation,
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp693 HRESULT Progress::getOperation(ULONG *aOperation) argument
697 *aOperation = m_ulCurrentOperation;
875 HRESULT Progress::waitForOperationCompletion(ULONG aOperation, LONG aTimeout) argument
879 LogFlowThisFunc(("aOperation=%d, aTimeout=%d\n", aOperation, aTimeout));
883 CheckComArgExpr(aOperation, aOperation < m_cOperations);
888 && aOperation >= m_ulCurrentOperation)
895 while ( !mCompleted && aOperation >= m_ulCurrentOperation
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h10949 #define IProgress_get_Operation(p, aOperation) ((p)->lpVtbl->GetOperation(p, aOperation))
10950 #define IProgress_GetOperation(p, aOperation) ((p)->lpVtbl->GetOperation(p, aOperation))
10964 #define IProgress_WaitForOperationCompletion(p, aOperation, aTimeout) ((p)->lpVtbl->WaitForOperationCompletion(p, aOperation, aTimeout))

Completed in 185 milliseconds