Searched refs:client_id_ (Results 1 – 4 of 4) sorted by relevance
47 client_id_(0) {} in ClientWSHandler()52 device_handler->SendClientDisconnectMessage(client_id_); in OnClosed()75 if (client_id_ > 0) { in handleConnectionRequest()101 client_id_ = device_handler->RegisterClient(shared_from_this()); in handleConnectionRequest()112 if (client_id_ == 0) { in handleForward()129 device_handler->SendClientMessage(client_id_, in handleForward()152 LOG(ERROR) << "Polling client " << client_id_ << " reached " in SendDeviceMessage()170 void SetClientId(size_t client_id) { client_id_ = client_id; } in SetClientId()172 size_t client_id() const { return client_id_; } in client_id()178 size_t client_id_ = 0; member in cuttlefish::PollConnectionHandler
59 size_t client_id_; variable
79 : client_id_(client_id), in ClientHandler()229 LOG(VERBOSE) << "Client " << client_id_ << ": WebRTC connected"; in OnConnectionStateChange()234 LOG(VERBOSE) << "Client " << client_id_ << ": Connection disconnected"; in OnConnectionStateChange()238 LOG(ERROR) << "Client " << client_id_ << ": Connection failed"; in OnConnectionStateChange()242 LOG(VERBOSE) << "Client " << client_id_ << ": Connection closed"; in OnConnectionStateChange()246 LOG(VERBOSE) << "Client " << client_id_ << ": Connection new"; in OnConnectionStateChange()249 LOG(VERBOSE) << "Client " << client_id_ << ": Connection started"; in OnConnectionStateChange()
113 int client_id_; variable