Searched refs:TcpConnection (Results 1 – 5 of 5) sorted by relevance
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
D | TcpConnectionTest.java | 58 final TcpConnection connection = new TcpConnection( in testInvalidHeader() 69 final TcpConnection con = new TcpConnection(mockConnection.getSocketA(), in testInvalidContent() 85 final TcpConnection con = new TcpConnection(mockConnection.getSocketA(), in testRemoteClose() 114 final TcpConnection con = new TcpConnection(mockConnection.getSocketA(), in testLocalClose() 140 final TcpConnection con = new TcpConnection(mockConnection.getSocketA(), in testRemoteDump() 168 final TcpConnection con = new TcpConnection(mockConnection.getSocketA(), in testLocalDump() 190 final TcpConnection con = new TcpConnection(mockConnection.getSocketA(), in testLocalDumpWithoutInit() 225 final TcpConnection con = new TcpConnection(mockConnection.getSocketA(), in testRemoteReset()
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
D | tcp-server.js | 157 var tcpConnection = new TcpConnection(info.clientSocketId); 192 function TcpConnection(socketId) { class 207 TcpConnection.prototype.setSocketInfo = function(socketInfo) { class 211 TcpConnection.prototype.requestSocketInfo = function(callback) { 221 TcpConnection.prototype.startListening = function(callback) { 238 TcpConnection.prototype.addDataReceivedListener = function(callback) { 255 TcpConnection.prototype.sendMessage = function(msg, callback) { 270 TcpConnection.prototype.close = function() { 286 TcpConnection.prototype._onSocketInfo = function(callback, socketInfo) { 304 TcpConnection.prototype._onReceive = function(info) { [all …]
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/ |
D | TcpClientOutput.java | 33 private TcpConnection connection; 50 connection = new TcpConnection(socket, data); in startup()
|
D | TcpConnection.java | 26 class TcpConnection implements IRemoteCommandVisitor { class 38 public TcpConnection(final Socket socket, final RuntimeData data) { in TcpConnection() method in TcpConnection
|
D | TcpServerOutput.java | 33 private TcpConnection connection; 59 connection = new TcpConnection( in startup()
|