Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dservice_controller.h74 void SendTagStats(const TagTable &tagTable);
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp400 void ServiceController::SendTagStats(const TagTable &tagTable) in SendTagStats() argument
402 int msgSize = tagTable.size() * sizeof(TagStatsRsp); in SendTagStats()
417 for (auto &itt : tagTable) { in SendTagStats()