Home
last modified time | relevance | path

Searched refs:g_domainMap (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dflow_control.cpp41 static std::unordered_map<uint32_t, DomainInfo> g_domainMap; member
53 auto it = g_domainMap.find(domainId); in FlowCtrlDomain()
54 if (it != g_domainMap.end()) { in FlowCtrlDomain()
75 g_domainMap.emplace(domainId, info); in FlowCtrlDomain()

Completed in 1 milliseconds