Searched refs:ClientId (Results 1 – 6 of 6) sorted by relevance
36 class ClientId {38 ClientId();40 bool operator==(const ClientId&) const;73 ClientId Id() const { return id_; } in Id()80 ClientId id_;98 ClientId SetRemoteClient(SharedFD client, bool is_accepted);99 void SendRemoteCommand(ClientId client, std::string& response);100 void CloseRemoteConnection(ClientId client);
32 size_t ClientId::next_id_ = 0;34 ClientId::ClientId() { in ClientId() function in cuttlefish::ClientId39 bool ClientId::operator==(const ClientId& other) const { in operator ==()94 ClientId ChannelMonitor::SetRemoteClient(SharedFD client, bool is_accepted) { in SetRemoteClient()203 void ChannelMonitor::SendRemoteCommand(ClientId client, std::string& response) { in SendRemoteCommand()214 void ChannelMonitor::CloseRemoteConnection(ClientId client) { in CloseRemoteConnection()
101 void ModemService::SendCommandToRemote(ClientId remote_client, in SendCommandToRemote()109 void ModemService::CloseRemoteConnection(ClientId remote_client) { in CloseRemoteConnection()
102 void CloseRemoteConnection(ClientId remote_client);111 void SendCommandToRemote(ClientId remote_client, std::string response);
138 std::optional<ClientId> remote_client;
192 auto client_id = ClientId(); in HandleDial()