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