Home
last modified time | relevance | path

Searched refs:mAtomIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/matchers/
DSimpleLogMatchingTracker.cpp39 mAtomIds.insert(matcher.atom_id()); in SimpleLogMatchingTracker()
63 if (mAtomIds.find(event.GetTagId()) == mAtomIds.end()) { in onLogEvent()
DCombinationLogMatchingTracker.cpp86 mAtomIds.insert(childTagIds.begin(), childTagIds.end()); in init()
103 if (mAtomIds.find(event.GetTagId()) == mAtomIds.end()) { in onLogEvent()
DLogMatchingTracker.h69 return mAtomIds; in getAtomIds()
91 std::set<int> mAtomIds; variable