Home
last modified time | relevance | path

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

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