Searched refs:resultLine (Results 1 – 2 of 2) sorted by relevance
93 void FirmwareResultProcess::ParseUpdaterResultRecord(const std::string &resultLine, in ParseUpdaterResultRecord() argument96 if (resultLine.empty()) { in ParseUpdaterResultRecord()101 std::string::size_type verticalPlace = resultLine.find_first_of("|"); in ParseUpdaterResultRecord()104 updaterReason.spath = resultLine; in ParseUpdaterResultRecord()106 updaterReason.spath = resultLine.substr(0, verticalPlace); in ParseUpdaterResultRecord()107 resultAndReason = resultLine.substr(verticalPlace + SYMBOL_LENGTH); in ParseUpdaterResultRecord()
69 …void ParseUpdaterResultRecord(const std::string &resultLine, std::map<std::string, UpdateResult> &…