Searched defs:pGuestSession (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlImpl.cpp386 const GuestCredentials &guestCreds, ComObjPtr<GuestSession> &pGuestSession)
418 HRESULT hr = pGuestSession.createObject();
442 rc = pGuestSession->init(this, startupInfo, guestCredentials);
450 mData.mGuestSessions[uNewSessionID] = pGuestSession;
454 fireGuestSessionRegisteredEvent(mEventSource, pGuestSession,
385 i_sessionCreate(const GuestSessionStartupInfo &ssInfo, const GuestCredentials &guestCreds, ComObjPtr<GuestSession> &pGuestSession) argument
H A DGuestProcessImpl.cpp1955 int GuestProcessTool::Init(GuestSession *pGuestSession, const GuestProcessStartupInfo &startupInfo, argument
1958 LogFlowThisFunc(("pGuestSession=%p, szCmd=%s, fAsync=%RTbool\n",
1959 pGuestSession, startupInfo.mCommand.c_str(), fAsync));
1961 AssertPtrReturn(pGuestSession, VERR_INVALID_POINTER);
1963 pSession = pGuestSession;
2033 int GuestProcessTool::i_run( GuestSession *pGuestSession, argument
2037 return i_runEx(pGuestSession, startupInfo,
2043 int GuestProcessTool::i_runEx( GuestSession *pGuestSession, argument
2050 int vrc = procTool.Init(pGuestSession, startupInfo, false /* Async */, &guestRc);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp115 ComPtr<IGuestSession> pGuestSession; member in struct:GCTLCMDCTX
739 if (!pCtx->pGuestSession.isNull())
747 CHECK_ERROR(pCtx->pGuestSession, Close());
755 pCtx->pGuestSession.setNull();
985 pCtx->pGuestSession.asOutParam()));
996 CHECK_ERROR_BREAK(pCtx->pGuestSession, WaitForArray(ComSafeArrayAsInParam(aSessionWaitFlags),
1005 CHECK_ERROR_BREAK(pCtx->pGuestSession, COMGETTER(Id)(&pCtx->uSessionID));
1012 CHECK_ERROR_BREAK(pCtx->pGuestSession, COMGETTER(Status)(&sessionStatus));
1322 CHECK_ERROR_BREAK(pCtx->pGuestSession, ProcessCreate(Bstr(strCmd).raw(),
1743 HRESULT rc = pContext->pCmdCtx->pGuestSession
[all...]

Completed in 55 milliseconds