Searched refs:mSession (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp59 : 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 DGuestDirectoryImpl.cpp82 mSession = pSession;
112 vrc = mData.mProcessTool.Init(mSession, procInfo,
300 AssertPtr(mSession);
301 int rc2 = mSession->i_directoryRemoveFromList(this);
H A DGuestProcessImpl.cpp638 /** @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 DGuestFileImpl.cpp155 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 DGuestSessionImplTasks.cpp67 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 DGuestCtrlPrivate.cpp1203 : 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 DMachineImpl.cpp132 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 DSnapshotImpl.cpp1345 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 DUIDnDDataObject_win.h87 CSession mSession; member in class:UIDnDDataObject
H A DUIDnDDataObject_win.cpp45 : mSession(session),
294 rc = UIDnDDrag::RetrieveData(mSession,
/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h62 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 DGuestCtrlImplPrivate.h665 GuestSession *mSession; member in class:GuestObject
H A DMachineImpl.h192 Session mSession; member in struct:Machine::Data
557 *directControl = mData->mSession.mDirectControl;

Completed in 796 milliseconds