Home
last modified time | relevance | path

Searched refs:incomplete_command (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp160 std::string& incomplete_command = client.incomplete_command; in ReadCommand() local
163 auto commands = std::string{incomplete_command.data()}; in ReadCommand()
166 incomplete_command.clear(); in ReadCommand()
187 incomplete_command = commands.substr(pos); in ReadCommand()
188 LOG(VERBOSE) << "incomplete command: " << incomplete_command; in ReadCommand()
Dchannel_monitor.h84 std::string incomplete_command; variable
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp120 std::string& incomplete_command = ril_side_->incomplete_command; in ReadCommandResponse() local
123 auto commands = std::string{incomplete_command.data()}; in ReadCommandResponse()
126 incomplete_command.clear(); in ReadCommandResponse()
127 incomplete_command.resize(0); in ReadCommandResponse()
151 incomplete_command = commands.substr(pos); in ReadCommandResponse()
152 LOG(VERBOSE) << "incomplete command: " << incomplete_command; in ReadCommandResponse()