Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpserver_unittest.cc37 &HttpServerMonitor::OnConnectionClosed); in HttpServerMonitor()
52 void OnConnectionClosed(HttpServer*, int, StreamInterface* stream) { in OnConnectionClosed() function
Dhttpserver.cc234 SignalConnectionClosed.connect(this, &HttpListenServer::OnConnectionClosed); in HttpListenServer()
280 void HttpListenServer::OnConnectionClosed(HttpServer* server, in OnConnectionClosed() function in rtc::HttpListenServer
Dhttpserver.h127 void OnConnectionClosed(HttpServer* server, int connection_id,