Searched refs:incomplete_command (Results 1 – 3 of 3) sorted by relevance
130 std::string& incomplete_command = client.incomplete_command; in ReadCommand() local133 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()
46 std::string incomplete_command; variable
116 std::string& incomplete_command = ril_side_->incomplete_command; in ReadCommandResponse() local119 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()