Searched refs:remote_clients_ (Results 1 – 2 of 2) sorted by relevance
107 remote_clients_.push_back(std::move(remote_client)); in SetRemoteClient()150 auto& clients = client.type == Client::REMOTE ? remote_clients_ : clients_; in ReadCommand()204 auto iter = remote_clients_.begin(); in SendRemoteCommand()205 for (; iter != remote_clients_.end(); ++iter) { in SendRemoteCommand()215 auto iter = remote_clients_.begin(); in CloseRemoteConnection()216 for (; iter != remote_clients_.end(); ++iter) { in CloseRemoteConnection()269 for (auto& client : remote_clients_) { in MonitorLoop()292 removeInvalidClients(remote_clients_); in MonitorLoop()299 for (auto& client : remote_clients_) { in MonitorLoop()
112 std::vector<std::unique_ptr<Client>> remote_clients_; variable