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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp113 typedef struct HostCommand struct in namespace:guestControl
458 } HostCommand; typedef in namespace:guestControl
459 typedef std::list< HostCommand *> HostCmdList;
460 typedef std::list< HostCommand *>::iterator HostCmdListIter;
461 typedef std::list< HostCommand *>::const_iterator HostCmdListIterConst;
470 HostCommand *mpHostCmd;
474 ClientContext(HostCommand *pHostCmd) : mpHostCmd(pHostCmd) {}
522 HostCommand *pHostCmd = (*curItem);
544 int EnqueueCommand(HostCommand *pHostCmd)
563 bool WantsHostCommand(const HostCommand *pHostCm
[all...]

Completed in 45 milliseconds