Lines Matching refs:LocalTcpIpLink
39 LocalTcpIpLink::LocalTcpIpLink (void)
44 LocalTcpIpLink::~LocalTcpIpLink (void)
49 void LocalTcpIpLink::start (const char* execServerPath, const char* workDir, int port)
109 void LocalTcpIpLink::stop (void)
132 void LocalTcpIpLink::reset (void)
137 CommLinkState LocalTcpIpLink::getState (void) const
145 CommLinkState LocalTcpIpLink::getState (std::string& error) const
156 void LocalTcpIpLink::setCallbacks (StateChangedFunc stateChangedCallback, LogDataFunc testLogDataCallback, LogDataFunc infoLogDataCallback, void* userPtr)
161 void LocalTcpIpLink::startTestProcess (const char* name, const char* params, const char* workingDir, const char* caseList)
169 void LocalTcpIpLink::stopTestProcess (void)