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

/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp295 HRESULT Console::i_teleporterSrcSubmitCommand(TeleporterStateSrc *pState, const char *pszCommand, bool fWaitForAck /*= true*/) function in class:Console
681 hrc = i_teleporterSrcSubmitCommand(pState, "load");
714 i_teleporterSrcSubmitCommand(pState, "cancel", false /*fWaitForAck*/);
729 hrc = i_teleporterSrcSubmitCommand(pState, "lock-media");
738 hrc = i_teleporterSrcSubmitCommand(pState, "hand-over-paused");
740 hrc = i_teleporterSrcSubmitCommand(pState, "hand-over-resume");

Completed in 46 milliseconds