Searched refs:REPORT_HILOG_LINE (Results 1 – 1 of 1) sorted by relevance
94 constexpr int REPORT_HILOG_LINE = 100; variable544 for (int count = 0; count < REPORT_HILOG_LINE && getline(logStream, oneLine); count++) { in FillHilog()1059 while (++count <= REPORT_HILOG_LINE && std::getline(hilogStream, oneLine)) { in GetFreezeJsonCollector()