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

/vbox/src/VBox/Main/include/
H A DObjectState.h47 * | Limited
51 * The object is fully operational only when its state is Ready. The Limited
59 * The NotReady->InInit->Ready, NotReady->InInit->Limited and
63 * The Limited->InInit->Ready, Limited->InInit->Limited and
64 * Limited->InInit->InitFailed transition is done by the AutoReinitSpan smart
87 enum State { NotReady, Ready, InInit, InUninit, InitFailed, Limited }; enumerator in enum:ObjectState::State
H A DAutoCaller.h262 * places the object to Ready or Limited state or calls the object's
269 * to Result::Succeeded using #setSucceeded(), to to Result::Limited using
303 enum Result { Failed = 0x0, Succeeded = 0x1, Limited = 0x2 }; enumerator in enum:AutoInitSpan::Result
324 * place the managed VirtualBoxBase object to the Limited state.
326 void setLimited() { mResult = Limited; }
351 * Smart class to enclose the state transition Limited->InInit->Ready.
364 * places the object to the Ready state or brings it back to the Limited
372 * is in the state other than Limited, #isOk() returns |false| and methods
404 * (when the object was in the Limited state) and |false| otherwise.

Completed in 43 milliseconds