Searched defs:connection_id (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/base/ |
D | httpserver.cc | 46 int connection_id = next_connection_id_++; in HandleConnection() local 56 int connection_id = transaction->connection_id(); in Respond() local 67 HttpServer::Close(int connection_id, bool force) { in Close() 92 HttpServer::Find(int connection_id) { in Find() 100 HttpServer::Remove(int connection_id) { in Remove() 120 HttpServer::Connection::Connection(int connection_id, HttpServer* server) in Connection() 281 int connection_id, in OnConnectionClosed()
|
D | httpserver.h | 32 int connection_id() const { return connection_id_; } in connection_id() function
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/ |
D | layer1.py | 135 def allocate_private_virtual_interface(self, connection_id, argument 176 def allocate_public_virtual_interface(self, connection_id, owner_account, argument 216 def confirm_connection(self, connection_id): argument 383 def create_private_virtual_interface(self, connection_id, argument 410 def create_public_virtual_interface(self, connection_id, argument 437 def delete_connection(self, connection_id): argument 486 def describe_connections(self, connection_id=None): argument 565 def describe_virtual_interfaces(self, connection_id=None, argument
|
/external/kernel-headers/original/uapi/linux/caif/ |
D | caif_socket.h | 151 __u32 connection_id; member 155 __u32 connection_id; member
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector.cc | 605 const std::string& content_name, int component, int connection_id, in AddConnectionInfoReport() 756 int connection_id = 0; in ExtractSessionInfo() local
|
/external/curl/lib/ |
D | multi.c | 133 long connection_id = -5000; in mstate() local
|
D | urldata.h | 873 long connection_id; /* Contains a unique number to make it easier to member
|