Searched refs:ObjectState (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/include/
H A DObjectState.h29 // ObjectState
84 class ObjectState class
89 ObjectState(VirtualBoxBase *aObj);
90 ~ObjectState();
103 ObjectState();
H A DVirtualBoxBase.h26 #include "ObjectState.h"
665 * The object state logic is documented in ObjectState.h.
708 * ObjectState::addCaller() call not paired by
709 * ObjectState::releaseCaller() because it is a guaranteed deadlock.
710 * See AutoUninitSpan and AutoCaller.h/ObjectState.h for details.
717 ObjectState &getObjectState()
790 ObjectState mState;
/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp29 // ObjectState methods
34 ObjectState::ObjectState() : mStateLock(LOCKCLASS_OBJECTSTATE) function in class:ObjectState
39 ObjectState::ObjectState(VirtualBoxBase *aObj) : function in class:ObjectState
51 ObjectState::~ObjectState()
63 ObjectState::State ObjectState::getState()
121 HRESULT ObjectState
[all...]
/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp459 if (getObjectState().getState() != ObjectState::Ready)
498 if (getObjectState().getState() == ObjectState::Ready)
520 else if (getObjectState().getState() == ObjectState::InUninit)
H A DConsoleImpl.cpp7479 Global::stringifyMachineState(mMachineState), getObjectState().getState() == ObjectState::InUninit));
7622 if (RT_SUCCESS(vrc) || getObjectState().getState() == ObjectState::InUninit)
7816 AssertReturn( getObjectState().getState() == ObjectState::InInit
8161 || that->getObjectState().getState() == ObjectState::InUninit);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2303 if (getObjectState().getState() != ObjectState::Ready)
4187 if (getObjectState().getState() != ObjectState::InInit)
4196 if (getObjectState().getState() != ObjectState::InInit)
4641 if (getObjectState().getState() != ObjectState::Ready)
H A DMachineImpl.cpp7765 if (getObjectState().getState() != ObjectState::Ready)
7799 if (getObjectState().getState() != ObjectState::Ready)
7942 AssertReturn(getObjectState().getState() == ObjectState::Ready, E_FAIL);
8215 AssertComRCReturn( getObjectState().getState() == ObjectState::InInit
8216 || getObjectState().getState() == ObjectState::Limited, E_FAIL);
8289 AssertComRCReturnVoid( getObjectState().getState() == ObjectState::InUninit
8290 || getObjectState().getState() == ObjectState::Limited);
H A DMediumImpl.cpp6646 || ( getObjectState().getState() == ObjectState::InInit

Completed in 167 milliseconds