Searched refs:getState (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Main/include/
H A DObjectState.h92 State getState();
H A DHostUSBDeviceImpl.h262 HRESULT getState(USBDeviceState_T *aState);
H A DSessionImpl.h56 HRESULT getState(SessionState_T *aState);
H A DMediumImpl.h229 HRESULT getState(MediumState_T *aState);
H A DConsoleImpl.h296 HRESULT getState(MachineState_T *aState);
H A DMachineImpl.h930 HRESULT getState(MachineState_T *aState);
/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp63 ObjectState::State ObjectState::getState() function in class:ObjectState
/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp135 HRESULT Session::getState(SessionState_T *aState) function in class:Session
459 if (getObjectState().getState() != ObjectState::Ready)
498 if (getObjectState().getState() == ObjectState::Ready)
520 else if (getObjectState().getState() == ObjectState::InUninit)
H A DConsoleImpl.cpp1897 HRESULT Console::getState(MachineState_T *aState) function in class:Console
7479 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)
2305 getObjectState().getState()));
4187 if (getObjectState().getState() != ObjectState::InInit)
4196 if (getObjectState().getState() != ObjectState::InInit)
4641 if (getObjectState().getState() != ObjectState::Ready)
4821 mVirtualBox->getObjectState().getState()));
H A DSnapshotImpl.cpp1537 LogFlowThisFunc(("state=%d\n", getObjectState().getState()));
2034 LogFlowThisFunc(("state=%d\n", getObjectState().getState()));
2609 LogFlowThisFunc(("state=%d\n", getObjectState().getState()));
H A DHostUSBDeviceImpl.cpp296 HRESULT HostUSBDevice::getState(USBDeviceState_T *aState) function in class:HostUSBDevice
H A DMachineImpl.cpp2692 HRESULT Machine::getState(MachineState_T *aState) function in class:Machine
5218 LogFlowThisFunc(("state=%d\n", getObjectState().getState()));
7765 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);
12781 LogFlowThisFunc(("state=%d\n", getObjectState().getState()));
[all...]
H A DMediumImpl.cpp1645 HRESULT Medium::getState(MediumState_T *aState) function in class:Medium
6646 || ( getObjectState().getState() == ObjectState::InInit

Completed in 138 milliseconds