Home
last modified time | relevance | path

Searched refs:parseList (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_formatter.cpp130 bool ParseFaultLogLine(const std::list<const char **>& parseList, const std::string& line, const st… in ParseFaultLogLine() argument
133 for (auto &item : parseList) { in ParseFaultLogLine()
256 auto parseList = GetLogParseList(info.faultLogType); in ParseFaultLogInfoFromFile() local
270 if (ParseFaultLogLine(parseList, line, multline, multlineName, info)) { in ParseFaultLogInfoFromFile()