Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h156 const LogTypeDomainTable& GetDomainTable() const;
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp174 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendOverallStats()
201 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendLogTypeDomainStats()
241 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendDomainStats()
279 const LogTypeDomainTable& ldTable = stats.GetDomainTable(); in SendDomainTagStats()
Dlog_stats.cpp204 const LogTypeDomainTable& LogStats::GetDomainTable() const in GetDomainTable() function in OHOS::HiviewDFX::LogStats