Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpserver.h31 HttpServerTransaction(int id) : connection_id_(id) { } in HttpServerTransaction()
32 int connection_id() const { return connection_id_; } in connection_id()
35 int connection_id_;
96 int connection_id_; variable
Dhttpserver.cc121 : connection_id_(connection_id), server_(server), in Connection()
135 current_ = new HttpServerTransaction(connection_id_); in BeginProcess()
166 server_->Remove(connection_id_); in InitiateClose()
203 server_->Remove(connection_id_); in onHttpComplete()
226 server_->Remove(connection_id_); in onHttpClosed()