Searched refs:HandleModemCommand (Results 1 – 3 of 3) sorted by relevance
66 bool ModemService::HandleModemCommand(const Client& client, in HandleModemCommand() function in cuttlefish::ModemService
71 bool HandleModemCommand(const Client& client, std::string command);
110 success = service.second->HandleModemCommand(client, command); in DispatchCommand()