Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/include/
Dservice_controller.h73 void SendTagStats(const TagTable &tagTable);
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp388 void ServiceController::SendTagStats(const TagTable &tagTable) in SendTagStats() argument
390 int msgSize = tagTable.size() * sizeof(TagStatsRsp); in SendTagStats()
405 for (auto &itt : tagTable) { in SendTagStats()