Lines Matching refs:aOperation
536 STDMETHODIMP ProgressProxy::COMGETTER(Operation)(ULONG *aOperation)
538 CheckComArgOutPointerValid(aOperation);
546 hrc = Progress::COMGETTER(Operation)(aOperation);
552 *aOperation = uCurOtherOperation + muOtherProgressStartOperation;
626 STDMETHODIMP ProgressProxy::WaitForOperationCompletion(ULONG aOperation, LONG aTimeout)
629 LogFlowThisFunc(("aOperation=%d aTimeout=%d\n", aOperation, aTimeout));
637 CheckComArgExpr(aOperation, aOperation < m_cOperations);
642 if ( aOperation + 1 == m_cOperations /* final operation */
647 hrc = Progress::WaitForOperationCompletion(aOperation, aTimeout);
655 hrc = ptrOtherProgress->WaitForOperationCompletion(aOperation, aTimeout);