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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp508 HostCmdListIter curItem = mHostCmdList.begin();
509 while (curItem != mHostCmdList.end())
515 HostCmdListIter curCmd = mHostCmdList.begin();
516 if (curCmd != mHostCmdList.end())
534 HostCmdListIter nextItem = mHostCmdList.erase(curItem);
552 mHostCmdList.push_back(pHostCmd);
611 if (mHostCmdList.empty())
694 HostCmdListIter curItem = mHostCmdList.begin();
695 while (curItem != mHostCmdList.end())
716 if (mHostCmdList
855 HostCmdList mHostCmdList; member in struct:guestControl::ClientState
907 RTLISTANCHOR mHostCmdList; member in class:guestControl::Service
[all...]

Completed in 45 milliseconds