Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_stats.h137 using LogTypeDomainTable = DomainTable[TypeNum]; variable
156 const LogTypeDomainTable& GetDomainTable() const;
168 LogTypeDomainTable domainStats;
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp186 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendOverallStats()
213 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendLogTypeDomainStats()
253 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendDomainStats()
291 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendDomainTagStats()
H A Dlog_stats.cpp204 const LogTypeDomainTable& LogStats::GetDomainTable() const in GetDomainTable()