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

/vbox/src/VBox/Main/include/
H A DGuestDirectoryImpl.h24 class GuestSession;
38 int init(Console *pConsole, GuestSession *pSession, ULONG uDirID, const GuestDirectoryOpenInfo &openInfo);
H A DGuestProcessImpl.h25 class GuestSession;
39 int init(Console *aConsole, GuestSession *aSession, ULONG aProcessID, const GuestProcessStartupInfo &aProcInfo);
176 int Init(GuestSession *pGuestSession, const GuestProcessStartupInfo &startupInfo, bool fAsync, int *pGuestRc);
190 static int i_run(GuestSession *pGuestSession, const GuestProcessStartupInfo &startupInfo, int *pGuestRc);
192 static int i_runEx(GuestSession *pGuestSession, const GuestProcessStartupInfo &startupInfo,
201 ComObjPtr<GuestSession> pSession;
H A DGuestSessionImpl.h42 GuestSessionTask(GuestSession *pSession);
62 GuestSession *mSession;
75 SessionTaskOpen(GuestSession *pSession,
102 SessionTaskCopyTo(GuestSession *pSession,
105 SessionTaskCopyTo(GuestSession *pSession,
134 SessionTaskCopyFrom(GuestSession *pSession,
159 SessionTaskUpdateAdditions(GuestSession *pSession,
224 int i_copyFileToGuest(GuestSession *pSession, PRTISOFSFILE pISO,
227 int i_runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo);
243 class ATL_NO_VTABLE GuestSession class in inherits:GuestSessionWrap,GuestBase
[all...]
H A DGuestFileImpl.h28 class GuestSession;
40 int init(Console *pConsole, GuestSession *pSession, ULONG uFileID, const GuestFileOpenInfo &openInfo);
H A DGuestImpl.h100 int i_sessionRemove(GuestSession *pSession);
102 ComObjPtr<GuestSession> &pGuestSession);
175 typedef std::map <uint32_t, ComObjPtr<GuestSession> > GuestSessions;
H A DGuestCtrlImplPrivate.h47 class GuestSession;
651 int bindToSession(Console *pConsole, GuestSession *pSession, uint32_t uObjectID);
665 GuestSession *mSession;
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp58 GuestSessionTaskInternal(GuestSession *pSession)
66 const ComObjPtr<GuestSession> &Session(void) const { return mSession; }
70 const ComObjPtr<GuestSession> mSession;
81 GuestSessionTaskInternalOpen(GuestSession *pSession)
97 HRESULT init(GuestSession *pSession)
134 GuestSession *mSession;
136 typedef ListenerImpl<GuestSessionListener, GuestSession*> GuestSessionListenerImpl;
143 DEFINE_EMPTY_CTOR_DTOR(GuestSession)
145 HRESULT GuestSession::FinalConstruct(void)
151 void GuestSession
[all...]
H A DGuestSessionImplTasks.cpp65 GuestSessionTask::GuestSessionTask(GuestSession *pSession)
154 GuestSession::getStaticComponentName(),
162 SessionTaskOpen::SessionTaskOpen(GuestSession *pSession,
181 ComObjPtr<GuestSession> pSession = mSession;
218 SessionTaskCopyTo::SessionTaskCopyTo(GuestSession *pSession,
232 SessionTaskCopyTo::SessionTaskCopyTo(GuestSession *pSession,
253 ComObjPtr<GuestSession> pSession = mSession;
262 Utf8StrFmt(GuestSession::tr("Copy flags (%#x) not implemented yet"),
278 Utf8StrFmt(GuestSession::tr("Source file \"%s\" does not exist or is not a file"),
288 Utf8StrFmt(GuestSession
[all...]
H A DGuestCtrlImpl.cpp162 ComObjPtr<GuestSession> pSession;
197 SessionTaskUpdateAdditions *pTask = new SessionTaskUpdateAdditions(pSession /* GuestSession */,
245 ComObjPtr<GuestSession> pSession(itSession->second);
337 int Guest::i_sessionRemove(GuestSession *pSession)
362 ComObjPtr<GuestSession> pCurSession = pSession;
386 const GuestCredentials &guestCreds, ComObjPtr<GuestSession> &pGuestSession)
496 ComObjPtr<GuestSession> pSession;
546 std::list < ComObjPtr<GuestSession> > listSessions;
563 for (std::list < ComObjPtr<GuestSession> >::const_iterator it = listSessions.begin(); it != listSessions.end(); ++it, ++i)
H A DGuestDirectoryImpl.cpp61 int GuestDirectory::init(Console *pConsole, GuestSession *pSession,
H A DGuestProcessImpl.cpp164 int GuestProcess::init(Console *aConsole, GuestSession *aSession,
1017 GuestSession *pSession = mSession;
1955 int GuestProcessTool::Init(GuestSession *pGuestSession, const GuestProcessStartupInfo &startupInfo,
2033 int GuestProcessTool::i_run( GuestSession *pGuestSession,
2043 int GuestProcessTool::i_runEx( GuestSession *pGuestSession,
H A DGuestCtrlPrivate.cpp1212 int GuestObject::bindToSession(Console *pConsole, GuestSession *pSession, uint32_t uObjectID)
H A DGuestFileImpl.cpp135 int GuestFile::init(Console *pConsole, GuestSession *pSession,

Completed in 1673 milliseconds