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

/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp53 class TeleporterState class
72 TeleporterState(Console *pConsole, PUVM pUVM, Progress *pProgress, bool fIsSource) function in class:TeleporterState
87 ~TeleporterState()
98 class TeleporterStateSrc : public TeleporterState
109 : TeleporterState(pConsole, pUVM, pProgress, true /*fIsSource*/)
123 class TeleporterStateTrg : public TeleporterState
137 : TeleporterState(pConsole, pUVM, pProgress, false /*fIsSource*/)
187 static int teleporterTcpReadLine(TeleporterState *pState, char *pszBuf, size_t cchBuf)
311 TeleporterState *pState = (TeleporterState *)pvUse
[all...]

Completed in 45 milliseconds