Searched refs:parseList (Results 1 – 1 of 1) sorted by relevance
130 bool ParseFaultLogLine(const std::list<const char **>& parseList, const std::string& line, const st… in ParseFaultLogLine() argument133 for (auto &item : parseList) { in ParseFaultLogLine()256 auto parseList = GetLogParseList(info.faultLogType); in ParseFaultLogInfoFromFile() local270 if (ParseFaultLogLine(parseList, line, multline, multlineName, info)) { in ParseFaultLogInfoFromFile()