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

/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp126 return setErrorInternal(E_FAIL, aThis->getClassIID(), aThis->getComponentName(),
135 return setErrorInternal(E_FAIL, aThis->getClassIID(), aThis->getComponentName(),
144 return setErrorInternal(E_FAIL, aThis->getClassIID(), aThis->getComponentName(),
165 HRESULT VirtualBoxBase::setErrorInternal(HRESULT aResultCode, function in class:VirtualBoxBase
339 * Shortcut instance method to calling the static setErrorInternal with the
349 return setErrorInternal(aResultCode,
358 * Shortcut instance method to calling the static setErrorInternal with the
369 HRESULT rc = setErrorInternal(aResultCode,
380 * Shortcut instance method to calling the static setErrorInternal with the
506 * Like setError(), but sets the "warning" bit in the call to setErrorInternal()
[all...]

Completed in 32 milliseconds