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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlImpl.cpp239 GuestSessions::const_iterator itSession local
243 if (itSession != mData.mGuestSessions.end())
245 ComObjPtr<GuestSession> pSession(itSession->second);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrlListener.cpp382 GuestEventSessions::iterator itSession = mSessions.begin(); local
383 while (itSession != mSessions.end())
385 if (!itSession->first.isNull())
392 CHECK_ERROR_BREAK(itSession->first, COMGETTER(EventSource)(pES.asOutParam()));
394 CHECK_ERROR_BREAK(pES, UnregisterListener(itSession->second.mListener));
397 itSession->first->Release();
400 itSession++;
453 GuestEventSessions::iterator itSession = mSessions.find(pSession); local
454 if (itSession != mSessions.end())
459 if (!itSession
[all...]

Completed in 44 milliseconds