Searched refs:aSessions (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestImpl.h119 HRESULT getSessions(std::vector<ComPtr<IGuestSession> > &aSessions);
155 std::vector<ComPtr<IGuestSession> > &aSessions);
/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());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h10741 #define IGuest_get_Sessions(p, aSessions) ((p)->lpVtbl->GetSessions(p, aSessions))
10742 #define IGuest_GetSessions(p, aSessions) ((p)->lpVtbl->GetSessions(p, aSessions))
10764 #define IGuest_FindSession(p, aSessionName, aSessions) ((p)->lpVtbl->FindSession(p, aSessionName, aSessions))

Completed in 191 milliseconds