Lines Matching defs:aProgress
2325 * @param aProgress Operation to add to the collection.
2329 HRESULT VirtualBox::i_addProgress(IProgress *aProgress)
2331 CheckComArgNotNull(aProgress);
2337 HRESULT rc = aProgress->COMGETTER(Id)(id.asOutParam());
2343 m->mapProgressOperations.insert(ProgressMap::value_type(Guid(id), aProgress));
2393 * the progress through the \a aProgress object. The user function should never
2410 * by \a aClient, \a aProgress and \aVrc arguments set to NULL. In this mode,
2423 * @param aProgress progress object that will track operation completion
2433 void *aUser, Progress *aProgress)
2436 AssertReturn(aProgress, E_POINTER);
2447 d->progress = aProgress;