Searched refs:incomplete_command (Results 1 – 3 of 3) sorted by relevance
160 std::string& incomplete_command = client.incomplete_command; in ReadCommand() local163 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()
84 std::string incomplete_command; variable
120 std::string& incomplete_command = ril_side_->incomplete_command; in ReadCommandResponse() local123 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()