Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h94 uint32_t GetTotalLines() const in GetTotalLines() function
116 std::cout << GetTotalLines() << sep; in Print()
160 void GetTotalLines(uint32_t (&in_lines)[LevelNum]) const;
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp95 static uint32_t GetTotalLines(const StatsRsp &rsp) in GetTotalLines() function
122 cout << setw(LINES_W) << GetTotalLines(rsp) << colCmd; in PrintStats()
253 if (GetTotalLines(lStats.stats) == 0) { in HilogShowProcStatsInfo()
/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp224 void LogStats::GetTotalLines(uint32_t (&in_lines)[LevelNum]) const in GetTotalLines() function in OHOS::HiviewDFX::LogStats
279 if (s.GetTotalLines() == 0) { in Print()
Dservice_controller.cpp184 stats.GetTotalLines(rsp.totalLines); in SendOverallStats()
318 if (itt.GetTotalLines() == 0) { in SendProcStats()
343 if (itt.GetTotalLines() == 0) { in SendProcLogTypeStats()
366 if (itt.GetTotalLines() == 0) { in SendProcLogTypeStats()