Home
last modified time | relevance | path

Searched refs:DispatchCommand (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_simulator.h35 void DispatchCommand(const Client& client, std::string& command);
Dmodem_simulator.cpp91 void ModemSimulator::DispatchCommand(const Client& client, std::string& command) { in DispatchCommand() function in cuttlefish::ModemSimulator
Dchannel_monitor.cpp153 modem_->DispatchCommand(client, command); in ReadCommand()
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp101 modem_simulator_->DispatchCommand(*modem_side_, command); in SendCommand()