Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h49 uint32_t lines[LevelNum];
50 uint64_t len[LevelNum];
160 void GetTotalLines(uint32_t (&in_lines)[LevelNum]) const;
161 void GetTotalLens(uint64_t (&in_lens)[LevelNum]) const;
172 uint32_t totalLines[LevelNum];
173 uint64_t totalLens[LevelNum];
/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h31 constexpr int LevelNum = static_cast<int>(LOG_LEVEL_MAX) - LevelBase; variable
173 uint32_t lines[LevelNum];
174 uint64_t len[LevelNum];
222 uint32_t totalLines[LevelNum];
223 uint64_t totalLens[LevelNum];
/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp198 for (int i = 0; i < LevelNum; i++) { in Reset()
224 void LogStats::GetTotalLines(uint32_t (&in_lines)[LevelNum]) const in GetTotalLines()
226 std::copy(totalLines, totalLines + LevelNum, in_lines); in GetTotalLines()
229 void LogStats::GetTotalLens(uint64_t (&in_lens)[LevelNum]) const in GetTotalLens()
231 std::copy(totalLens, totalLens + LevelNum, in_lens); in GetTotalLens()
Dservice_controller.cpp158 for (i = 0; i < LevelNum; i++) { in StatsEntry2StatsRsp()
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp99 for (i = 0; i < LevelNum; i++) { in GetTotalLines()
109 for (i = 0; i < LevelNum; i++) { in GetTotalLen()
281 for (int i = 0; i < LevelNum; i++) { in HilogShowLogStatsInfo()
290 for (int i = 0; i < LevelNum; i++) { in HilogShowLogStatsInfo()