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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlImpl.cpp535 HRESULT Guest::findSession(const com::Utf8Str &aSessionName, std::vector<ComPtr<IGuestSession> > &aSessions) argument
559 aSessions.resize(listSessions.size());
564 (*it).queryInterfaceTo(aSessions[i].asOutParam());
H A DGuestImpl.cpp544 HRESULT Guest::getSessions(std::vector<ComPtr<IGuestSession> > &aSessions) argument
548 aSessions.resize(mData.mGuestSessions.size());
551 it->second.queryInterfaceTo(aSessions[i].asOutParam());

Completed in 35 milliseconds