Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h137 using LogTypeDomainTable = DomainTable[TypeNum]; variable
156 const LogTypeDomainTable& GetDomainTable() const;
168 LogTypeDomainTable domainStats;
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp173 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendOverallStats()
200 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendLogTypeDomainStats()
240 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendDomainStats()
278 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendDomainTagStats()
Dlog_stats.cpp204 const LogTypeDomainTable& LogStats::GetDomainTable() const in GetDomainTable()