Home
last modified time | relevance | path

Searched refs:_onReceiveError (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dtcp-server.js226 this._onReceiveError = this._onReceiveError.bind(this);
228 chrome.sockets.tcp.onReceiveError.addListener(this._onReceiveError);
273 chrome.sockets.tcp.onReceiveError.removeListener(this._onReceiveError);
316 TcpConnection.prototype._onReceiveError = function (info) { method in TcpConnection