Searched refs:mAllowedLogSources (Results 1 – 2 of 2) sorted by relevance
129 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()
141 std::set<int32_t> mAllowedLogSources; variable