Searched refs:i_sendCommand (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | GuestSessionImpl.cpp | 643 vrc = i_sendCommand(HOST_SESSION_CLOSE, i, paParms); 794 vrc = i_sendCommand(HOST_DIR_REMOVE, i, paParms); 1659 vrc = i_sendCommand(HOST_SESSION_CREATE, i, paParms); 1765 vrc = i_sendCommand(HOST_PATH_RENAME, i, paParms); 1999 int GuestSession::i_sendCommand(uint32_t uFunction, function in class:GuestSession
|
/vbox/src/VBox/Main/include/ |
H A D | GuestSessionImpl.h | 437 int i_sendCommand(uint32_t uFunction, uint32_t uParms, PVBOXHGCMSVCPARM paParms);
|
Completed in 65 milliseconds