Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h129 using TagTable = std::unordered_map<std::string, TagStatsEntry>; variable
133 TagTable tagStats;
143 TagTable tagStats;
178 void UpdateTagTable(TagTable& tt, const StatsInfo &info);
Dservice_controller.h73 void SendTagStats(const TagTable &tagTable);
/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp118 void LogStats::UpdateTagTable(TagTable& tt, const StatsInfo &info) in UpdateTagTable()
Dservice_controller.cpp388 void ServiceController::SendTagStats(const TagTable &tagTable) in SendTagStats()