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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlImpl.cpp475 const com::Utf8Str &aSessionName, ComPtr<IGuestSession> &aGuestSession)
489 startupInfo.mName = aSessionName;
535 HRESULT Guest::findSession(const com::Utf8Str &aSessionName, std::vector<ComPtr<IGuestSession> > &aSessions) argument
545 Utf8Str strName(aSessionName);
557 aSessionName.c_str(), listSessions.size()));
572 aSessionName.c_str());
474 createSession(const com::Utf8Str &aUser, const com::Utf8Str &aPassword, const com::Utf8Str &aDomain, const com::Utf8Str &aSessionName, ComPtr<IGuestSession> &aGuestSession) argument

Completed in 43 milliseconds