Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp129 mAllowedLogSources.clear(); in initLogSourceWhiteList()
130 mAllowedLogSources.insert(mAllowedUid.begin(), mAllowedUid.end()); in initLogSourceWhiteList()
134 mAllowedLogSources.insert(uids.begin(), uids.end()); in initLogSourceWhiteList()
137 for (const auto& uid : mAllowedLogSources) { in initLogSourceWhiteList()
180 for (const auto& source : mAllowedLogSources) { in dumpStates()
294 if (mAllowedLogSources.find(event.GetUid()) == mAllowedLogSources.end()) { in onLogEvent()
DMetricsManager.h141 std::set<int32_t> mAllowedLogSources; variable