/vbox/src/VBox/Main/src-client/ |
H A D | GuestSessionImpl.cpp | 59 : mSession(pSession), 66 const ComObjPtr<GuestSession> &Session(void) const { return mSession; } 70 const ComObjPtr<GuestSession> mSession; member in class:GuestSessionTaskInternal 100 mSession = pSession; 106 mSession = NULL; 115 AssertPtrReturn(mSession, E_POINTER); 116 int rc2 = mSession->signalWaitEvent(aType, aEvent); 119 aType, mSession, rc2)); 134 GuestSession *mSession; member in class:GuestSessionListener 189 mData.mSession [all...] |
H A D | GuestDirectoryImpl.cpp | 82 mSession = pSession; 112 vrc = mData.mProcessTool.Init(mSession, procInfo, 300 AssertPtr(mSession); 301 int rc2 = mSession->i_directoryRemoveFromList(this);
|
H A D | GuestProcessImpl.cpp | 638 /** @todo Also handle mSession? */ 642 fireGuestProcessInputNotifyEvent(mEventSource, mSession, this, 797 fireGuestProcessOutputEvent(mEventSource, mSession, this, 875 if (mSession->i_getProtocolVersion() >= 2) 953 /** @todo Also handle mSession? */ 957 fireGuestProcessStateChangedEvent(mEventSource, mSession, this, 966 if ( mSession->getProtocolVersion() < 2 991 mSession->i_getId())); 1017 GuestSession *pSession = mSession; 1067 AssertPtr(mSession); [all...] |
H A D | GuestFileImpl.cpp | 155 mSession = pSession; 563 fireGuestFileReadEvent(mEventSource, mSession, this, mData.mOffCurrent, 584 fireGuestFileWriteEvent(mEventSource, mSession, this, uOffCurrent, 604 fireGuestFileOffsetChangedEvent(mEventSource, mSession, this, 624 fireGuestFileOffsetChangedEvent(mEventSource, mSession, this, 952 fireGuestFileStateChangedEvent(mEventSource, mSession, 1239 AssertPtr(mSession); 1240 int rc2 = mSession->i_fileRemoveFromList(this);
|
H A D | GuestSessionImplTasks.cpp | 67 mSession = pSession; 181 ComObjPtr<GuestSession> pSession = mSession; 253 ComObjPtr<GuestSession> pSession = mSession; 596 ComObjPtr<GuestSession> pSession = mSession; 1071 ComObjPtr<GuestSession> pSession = mSession; 1085 ComObjPtr<Guest> pGuest(mSession->i_getParent());
|
H A D | GuestCtrlPrivate.cpp | 1203 : mSession(NULL), 1218 mSession = pSession; 1227 AssertPtr(mSession); 1228 return GuestBase::registerWaitEvent(mSession->i_getId(), mObjectID, lstEvents, ppEvent);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MachineImpl.cpp | 132 mSession.mPID = NIL_RTPROCESS; 133 mSession.mLockType = LockType_Null; 134 mSession.mState = SessionState_Unlocked; 829 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()); 2669 *aSessionState = mData->mSession [all...] |
H A D | SnapshotImpl.cpp | 1345 m_pDirectControl = m->mData->mSession.mDirectControl; 2704 rc = mData->mSession.mLockedMedia.Get(pOnlineMediumAttachment, 3673 if (mData->mSession.mState != SessionState_Locked) 3676 Global::stringifySessionState(mData->mSession.mState)); 3677 directControl = mData->mSession.mDirectControl; 3788 rc = mData->mSession.mLockedMedia.Get(pDeleteRec->mpOnlineMediumAttachment, pMediumLockList);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIDnDDataObject_win.h | 87 CSession mSession; member in class:UIDnDDataObject
|
H A D | UIDnDDataObject_win.cpp | 45 : mSession(session), 294 rc = UIDnDDrag::RetrieveData(mSession,
|
/vbox/src/VBox/Main/include/ |
H A D | GuestSessionImpl.h | 62 GuestSession *mSession; member in class:GuestSessionTask 420 ULONG i_getId(void) { return mData.mSession.mID; } 469 GuestSessionStartupInfo mSession; member in struct:GuestSession::Data
|
H A D | GuestCtrlImplPrivate.h | 665 GuestSession *mSession; member in class:GuestObject
|
H A D | MachineImpl.h | 192 Session mSession; member in struct:Machine::Data 557 *directControl = mData->mSession.mDirectControl;
|