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

/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp130 false /* aWarning */,
139 false /* aWarning */,
147 false /* aWarning */,
158 * gets eventually called by all public variants. If @a aWarning is
169 bool aWarning,
177 aWarning ? "WARNING" : "ERROR",
183 aWarning,
187 AssertReturn((!aWarning && FAILED(aResultCode)) ||
188 (aWarning && aResultCode != S_OK),
192 if (aWarning)
165 setErrorInternal(HRESULT aResultCode, const GUID &aIID, const char *pcszComponent, Utf8Str aText, bool aWarning, bool aLogIt) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1103 void Appliance::i_addWarning(const char* aWarning, ...) argument
1106 va_start(args, aWarning);
1107 Utf8Str str(aWarning, args);

Completed in 46 milliseconds