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.cpp130 std::string& incomplete_command = client.incomplete_command; in ReadCommand() local
133 auto commands = std::string{incomplete_command.data()}; in ReadCommand()
136 incomplete_command.clear(); in ReadCommand()
157 incomplete_command = commands.substr(pos); in ReadCommand()
158 LOG(DEBUG) << "incomplete command: " << incomplete_command; in ReadCommand()
Dchannel_monitor.h46 std::string incomplete_command; variable
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp116 std::string& incomplete_command = ril_side_->incomplete_command; in ReadCommandResponse() local
119 auto commands = std::string{incomplete_command.data()}; in ReadCommandResponse()
122 incomplete_command.clear(); in ReadCommandResponse()
123 incomplete_command.resize(0); in ReadCommandResponse()
147 incomplete_command = commands.substr(pos); in ReadCommandResponse()
148 LOG(VERBOSE) << "incomplete command: " << incomplete_command; in ReadCommandResponse()