Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h202 struct LogTypeStatsRsp { struct
213 LogTypeStatsRsp *lStats; argument
/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/
Dlog_ioctl.cpp109 int msgSize = pStats.typeNum * sizeof(LogTypeStatsRsp); in ReceiveProcLogTypeStats()
129 pStats.lStats = reinterpret_cast<LogTypeStatsRsp*>(tmp); in ReceiveProcLogTypeStats()
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp348 int msgSize = typeNum * sizeof(LogTypeStatsRsp); in SendProcLogTypeStats()
361 LogTypeStatsRsp *lStats = reinterpret_cast<LogTypeStatsRsp *>(tmp); in SendProcLogTypeStats()
369 LogTypeStatsRsp &logTypeStats = lStats[i]; in SendProcLogTypeStats()
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp252 LogTypeStatsRsp &lStats = pStats.lStats[j]; in HilogShowProcStatsInfo()