Searched refs:remote_clients_ (Results 1 – 2 of 2) sorted by relevance
81 remote_clients_.push_back(std::move(remote_client)); in SetRemoteClient()120 auto& clients = client.type == Client::REMOTE ? remote_clients_ : clients_; in ReadCommand()174 auto iter = remote_clients_.begin(); in SendRemoteCommand()175 for (; iter != remote_clients_.end(); ++iter) { in SendRemoteCommand()185 auto iter = remote_clients_.begin(); in CloseRemoteConnection()186 for (; iter != remote_clients_.end(); ++iter) { in CloseRemoteConnection()235 for (auto& client: remote_clients_) { in MonitorLoop()256 removeInvalidClients(remote_clients_); in MonitorLoop()263 for (auto& client : remote_clients_) { in MonitorLoop()
88 std::vector<std::unique_ptr<Client>> remote_clients_; variable