Searched refs:REMOTE (Results 1 – 3 of 3) sorted by relevance
95 auto remote_client = std::make_unique<Client>(client, Client::REMOTE); in SetRemoteClient()139 if (errno == EAGAIN && client.type == Client::REMOTE && in ReadCommand()150 auto& clients = client.type == Client::REMOTE ? remote_clients_ : clients_; in ReadCommand()
55 enum ClientType { RIL, REMOTE }; enumerator
116 if (!success && client.Type() != Client::REMOTE) { in DispatchCommand()