Searched refs:i_setErrorStatic (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestImpl.h93 static HRESULT i_setErrorStatic(HRESULT aResultCode, const Utf8Str &aText) function in class:Guest
H A DApplianceImpl.h80 static HRESULT i_setErrorStatic(HRESULT aResultCode, function in class:Appliance
H A DVirtualBoxImpl.h338 static HRESULT i_setErrorStatic(HRESULT aResultCode, function in class:VirtualBox
H A DMachineImpl.h602 static HRESULT i_setErrorStatic(HRESULT aResultCode, const char *pcszMsg, ...);
809 HRESULT rc = Machine::i_setErrorStatic(E_FAIL, Machine::tr("Could not create thread \"%s\" (%Rrc)"), m_strTaskName.c_str(), vrc);
H A DConsoleImpl.h260 static HRESULT i_setErrorStatic(HRESULT aResultCode, const char *pcsz, ...);
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1191 return Appliance::i_setErrorStatic(E_FAIL, Utf8StrFmt("Could not create OVF task thread (%Rrc)\n", vrc));
H A DVirtualBoxImpl.cpp4698 return i_setErrorStatic(VBOX_E_IPRT_ERROR,
4704 return i_setErrorStatic(VBOX_E_IPRT_ERROR,
H A DMachineImpl.cpp14596 HRESULT Machine::i_setErrorStatic(HRESULT aResultCode, const char *pcszMsg, ...) function in class:Machine
/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());

Completed in 141 milliseconds