Searched refs:mMachine (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp82 , mMachine (aMachine)
84 updateCurrentState (mMachine.GetState());
92 , mMachine (aMachine)
94 updateCurrentState (mMachine.GetState());
151 CMachine machine() const { return mMachine; }
159 Assert (!mMachine.isNull());
160 mCurStateModified = mMachine.GetCurrentStateModified();
187 if (mMachine.isNull())
195 if (mMachine.isNull())
200 mTimestamp.setTime_t (mMachine
307 CMachine mMachine; member in class:SnapshotWgtItem
[all...]
H A DVBoxSnapshotsWgt.h98 CMachine mMachine; member in class:VBoxSnapshotsWgt
/vbox/src/VBox/Main/include/
H A DClientToken.h96 Machine *mMachine; member in class:Machine::ClientToken
H A DSharedFolderImpl.h92 Machine * const mMachine; member in class:SharedFolder
H A DHostUSBDeviceImpl.h204 ComObjPtr<SessionMachine> &i_getMachine() { return mMachine; }
290 ComObjPtr<SessionMachine> mMachine; member in class:HostUSBDevice
H A DConsoleImpl.h147 const ComPtr<IMachine> &i_machine() const { return mMachine; }
837 const ComPtr<IMachine> mMachine; member in class:Console
H A DMachineImpl.h155 ComObjPtr<SessionMachine> mMachine; member in struct:Machine::Data::Session
1570 Machine * const mMachine; member in class:SnapshotMachine
H A DPerformance.h312 Machine *mMachine; member in class:pm::CollectorGuest
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp380 AutoReadLock machLock(mMachine COMMA_LOCKVAL_SRC_POS);
383 mName, mId.raw(), mMachine->i_getName().c_str());
401 Assert(mMachine.isNull());
427 mMachine = aMachine;
436 mMachine.setNull();
503 mMachine = aMachine;
515 mMachine.setNull();
553 Assert(!mMachine.isNull());
571 HRESULT hrc = mMachine->i_onUSBDeviceDetach(mId.toUtf16().raw(), NULL);
623 AssertMsgReturn((mMachine
[all...]
H A DClientToken.cpp76 mMachine(pMachine)
135 mMachine->setError(E_FAIL,
147 mMachine->setError(E_FAIL,
154 mMachine->setError(E_FAIL,
H A DPerformance.cpp233 mUnregistered(false), mEnabled(false), mValid(false), mMachine(machine), mProcess(process),
238 Assert(mMachine);
240 mMachine->AddRef();
246 mMachine->Release();
257 AutoCaller autoCaller(mMachine);
262 ret = mMachine->i_getDirectControl(&directControl);
301 AutoCaller autoCaller(mMachine);
304 mMachineName = mMachine->i_getName();
308 ret = mMachine->i_getDirectControl(&directControl);
H A DSnapshotImpl.cpp939 : mMachine(NULL)
992 unconst(mMachine) = pMachine;
1147 unconst(mMachine) = aMachine;
1243 unconst(mMachine) = NULL;
1252 * with the primary Machine instance (mMachine) if it exists.
1256 AssertReturn(mMachine != NULL, NULL);
1257 return mMachine->lockHandle();
1282 mMachine->i_setModified(Machine::IsModified_Snapshots, false /* fAllowStateModification */);
1283 HRESULT rc = mMachine->i_saveSettings(&fNeedsGlobalSaveSettings,
H A DMachineImpl.cpp829 if (!mData->mSession.mMachine.isNull())
844 (SessionMachine*)mData->mSession.mMachine));
850 static_cast<Machine*>(mData->mSession.mMachine)->i_setMachineState(MachineState_Aborted);
857 mData->mSession.mMachine->uninit();
858 /* SessionMachine::uninit() must set mSession.mMachine to null */
859 Assert(mData->mSession.mMachine.isNull());
3255 ComObjPtr<SessionMachine> pSessionMachine = mData->mSession.mMachine;
3517 mData->mSession.mMachine = sessionMachine;
7775 AssertReturn(!mData->mSession.mMachine.isNull(), false);
7777 aMachine = mData->mSession.mMachine;
[all...]
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp56 mMachine(NULL),
111 unconst(mMachine) = aMachine;
140 unconst(mMachine) = aMachine;
317 unconst(mMachine) = NULL;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp164 ComPtr<IMachine> mMachine; member in struct:USBFilterCmd
224 cmd.mMachine.asOutParam()), 1);
343 && !cmd.mMachine)
373 cmd.mMachine.asOutParam()), 1);
379 if (!cmd.mGlobal && !cmd.mMachine)
397 CHECK_ERROR_RET(cmd.mMachine, LockMachine(a->session, LockType_Shared), 1);
399 a->session->COMGETTER(Machine)(cmd.mMachine.asOutParam());
401 CHECK_ERROR_RET(cmd.mMachine, COMGETTER(USBDeviceFilters)(flts.asOutParam()), 1);
536 if (cmd.mMachine)
541 CHECK_ERROR(cmd.mMachine, SaveSetting
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp472 unconst(mMachine) = aMachine;
477 rc = mMachine->COMGETTER(State)(&mMachineState);
499 rc = mMachine->COMGETTER(VRDEServer)(unconst(mVRDEServer).asOutParam());
562 mMachine->COMGETTER(FirmwareType)(&enmFirmwareType);
634 HRESULT rc = mMachine->COMGETTER(Parent)(pVirtualBox.asOutParam());
785 unconst(mMachine).setNull();
819 hrc = mMachine->DeleteGuestProperty(Bstr(names[i]).raw());
833 HRESULT hrc = mMachine->GetExtraData(Bstr("VBoxInternal2/EnableGuestPropertiesVRDP").raw(),
855 mMachine->SetGuestProperty(Bstr(szPropNm).raw(),
860 mMachine
[all...]

Completed in 151 milliseconds