Searched defs:isOk (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | AutoStateDep.h | 93 bool isOk() const { return SUCCEEDED(mRC); } function in class:AutoStateDependency
|
H A D | AutoCaller.h | 113 bool isOk() const { return SUCCEEDED(mRC); } function in class:AutoCaller 117 * May only be called if #isOk() returns |true|. Note that #rc() will 276 * is in the state other than NotReady, #isOk() returns |false| and methods 284 * AssertReturn(autoInitSpan.isOk(), E_FAIL); 312 bool isOk() const { return mOk; } function in class:AutoInitSpan 372 * is in the state other than Limited, #isOk() returns |false| and methods 380 * AssertReturn(autoReinitSpan.isOk(), E_FAIL); 406 bool isOk() const { return mOk; } function in class:AutoReinitSpan
|
H A D | ConsoleImpl.h | 384 bool isOk() const { return SUCCEEDED(mRC); } function in class:Console::AutoVMCallerBase 458 if (Base::isOk()) 475 HRESULT rc() const { return Base::isOk()? mRC: Base::rc(); } 477 bool isOk() const { return SUCCEEDED(mRC) && Base::isOk(); } function in class:Console::SafeVMPtrBase 502 * if (!ptrVM.isOk())
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | COMDefs.h | 577 bool isOk() const { return SUCCEEDED(mRC); } function in class:COMResult 743 bool isOk() const { return !isNull() && SUCCEEDED(B::mRC); } function in class:CInterface
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestSessionImpl.cpp | 65 bool isOk(void) const { return RT_SUCCESS(mRC); } function in class:GuestSessionTaskInternal 177 AssertReturn(autoInitSpan.isOk(), VERR_OBJECT_DESTROYED); 1695 AssertReturn(pTask->isOk(), pTask->rc());
|
H A D | ConsoleImpl.cpp | 176 if (!mpSafeVMPtr->isOk()) 187 bool isOk() const { return SUCCEEDED(rc()); } function in struct:VMTask 465 AssertReturn(autoInitSpan.isOk(), E_FAIL); 1059 if (!autoCaller.isOk()) 2183 AssertBreakStmt(task->isOk(), rc = E_FAIL); 2242 if (!ptrVM.isOk()) 2532 if (!ptrVM.isOk()) 2576 if (!ptrVM.isOk()) 2627 if (!ptrVM.isOk()) 2667 if (!ptrVM.isOk()) [all...] |
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 249 bool isOk() const { return SUCCEEDED(rc()); } function in class:Medium::Task 1025 AssertReturn(autoInitSpan.isOk(), E_FAIL); 1136 AssertReturn(autoInitSpan.isOk(), E_FAIL); 1400 AssertReturn(autoInitSpan.isOk(), E_FAIL); 1469 AssertReturn(autoInitSpan.isOk(), E_FAIL); 4033 AssertReturn(autoCaller.isOk(), pBase); 4043 AssertReturn(baseCaller.isOk(), pBase); 4080 AssertReturn(autoCaller.isOk(), cDepth + 1);
|
Completed in 113 milliseconds