Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp175 const PidTable& pTable = stats.GetPidTable(); in SendOverallStats() local
194 rsp.procNum = pTable.size(); in SendOverallStats()
292 const PidTable& pTable = stats.GetPidTable(); in SendProcStats() local
293 int msgSize = pTable.size() * sizeof(ProcStatsRsp); in SendProcStats()
308 for (auto &it : pTable) { in SendProcStats()
339 const PidTable& pTable = stats.GetPidTable(); in SendProcLogTypeStats() local
340 for (auto &it : pTable) { in SendProcLogTypeStats()
382 const PidTable& pTable = stats.GetPidTable(); in SendProcTagStats() local
383 for (auto &it : pTable) { in SendProcTagStats()