Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpserver_unittest.cc25 struct HttpServerMonitor : public sigslot::has_slots<> { struct
29 HttpServerMonitor(HttpServer* server) in HttpServerMonitor() function
32 &HttpServerMonitor::OnClosed); in HttpServerMonitor()
33 server->SignalHttpRequest.connect(this, &HttpServerMonitor::OnRequest); in HttpServerMonitor()
35 &HttpServerMonitor::OnRequestComplete); in HttpServerMonitor()
37 &HttpServerMonitor::OnConnectionClosed); in HttpServerMonitor()
59 HttpServerMonitor& monitor, in CreateClientConnection()
77 HttpServerMonitor monitor(&server); in TEST()
91 HttpServerMonitor monitor(&server); in TEST()
103 HttpServerMonitor monitor(&server); in TEST()
[all …]