Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp157 mAllowedLogSources.clear(); in initLogSourceWhiteList()
158 mAllowedLogSources.insert(mAllowedUid.begin(), mAllowedUid.end()); in initLogSourceWhiteList()
162 mAllowedLogSources.insert(uids.begin(), uids.end()); in initLogSourceWhiteList()
165 for (const auto& uid : mAllowedLogSources) { in initLogSourceWhiteList()
208 for (const auto& source : mAllowedLogSources) { in dumpStates()
270 if (mAllowedLogSources.find(event.GetUid()) == mAllowedLogSources.end()) { in checkLogCredentials()
DMetricsManager.h174 std::set<int32_t> mAllowedLogSources; variable