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

/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h338 static HRESULT i_setErrorStatic(HRESULT aResultCode, function in class:VirtualBox
H A DApplianceImpl.h80 static HRESULT i_setErrorStatic(HRESULT aResultCode, function in class:Appliance
H A DGuestImpl.h93 static HRESULT i_setErrorStatic(HRESULT aResultCode, const Utf8Str &aText) function in class:Guest
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3233 HRESULT Console::i_setErrorStatic(HRESULT aResultCode, const char *pcsz, ...) function in class:Console
8733 i_setErrorStatic(hrc2, "GetRemote() failed");
9526 throw i_setErrorStatic(E_FAIL, errMsg.c_str());
9795 throw i_setErrorStatic(E_FAIL, task->mErrorMsg.c_str());
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp14596 HRESULT Machine::i_setErrorStatic(HRESULT aResultCode, const char *pcszMsg, ...) function in class:Machine

Completed in 106 milliseconds