Searched refs:DispatchCommand (Results 1 – 4 of 4) sorted by relevance
39 void DispatchCommand(const Client& client, std::string& command);
97 void ModemSimulator::DispatchCommand(const Client& client, std::string& command) { in DispatchCommand() function in cuttlefish::ModemSimulator
183 modem_.DispatchCommand(client, command); in ReadCommand()
103 modem_simulator_->DispatchCommand(*modem_side_, command); in SendCommand()