Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h193 struct StatsRsp { struct
207 StatsRsp stats; argument
212 StatsRsp stats;
225 StatsRsp stats;
231 StatsRsp stats;
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp95 static uint32_t GetTotalLines(const StatsRsp &rsp) in GetTotalLines()
105 static uint64_t GetTotalLen(const StatsRsp &rsp) in GetTotalLen()
115 static void PrintStats(const StatsRsp &rsp) in PrintStats()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp166 static void StatsEntry2StatsRsp(const StatsEntry &entry, StatsRsp &rsp) in StatsEntry2StatsRsp()