Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
Dclient_handler.cpp29 client_id_(0) {} in ClientHandler()
51 if (client_id_ > 0) { in handleConnectionRequest()
74 client_id_ = device_handler->RegisterClient(shared_from_this()); in handleConnectionRequest()
86 if (client_id_ == 0) { in handleForward()
100 device_handler->SendClientMessage(client_id_, in handleForward()
Dclient_handler.h46 size_t client_id_; variable
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp276 : client_id_(client_id), in ClientHandler()
471 LOG(VERBOSE) << "Client " << client_id_ << ": WebRTC connected"; in OnConnectionChange()
475 LOG(VERBOSE) << "Client " << client_id_ << ": Connection disconnected"; in OnConnectionChange()
479 LOG(ERROR) << "Client " << client_id_ << ": Connection failed"; in OnConnectionChange()
483 LOG(VERBOSE) << "Client " << client_id_ << ": Connection closed"; in OnConnectionChange()
519 LOG(VERBOSE) << "Client " << client_id_ << " needs renegotiation"; in OnRenegotiationNeeded()
540 LOG(VERBOSE) << "Client " << client_id_ in OnIceGatheringChange()
Dclient_handler.h129 int client_id_; variable