Searched refs:matchesSimple (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/statsd/tests/ |
D | LogEntryMatcher_test.cpp | 51 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 55 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 99 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 102 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 105 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 109 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 112 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 116 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 119 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 122 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() [all …]
|
/frameworks/base/cmds/statsd/src/matchers/ |
D | matcher_util.cpp | 100 bool matchesSimple(const UidMap& uidMap, const FieldValueMatcher& matcher, in matchesSimple() function 205 if (!matchesSimple(uidMap, subMatcher, values, range.first, range.second, in matchesSimple() 358 bool matchesSimple(const UidMap& uidMap, const SimpleAtomMatcher& simpleMatcher, in matchesSimple() function 364 if (!matchesSimple(uidMap, matcher, event.getValues(), 0, event.getValues().size(), 0)) { in matchesSimple()
|
D | matcher_util.h | 39 bool matchesSimple(const UidMap& uidMap,
|
D | SimpleLogMatchingTracker.cpp | 66 bool matched = matchesSimple(mUidMap, mMatcher, event); in onLogEvent()
|
/frameworks/base/cmds/statsd/src/shell/ |
D | ShellSubscriber.cpp | 106 if (matchesSimple(*mUidMap, matcher, *event)) { in writeToOutputLocked() 205 if (matchesSimple(*mUidMap, matcher, event)) { in onLogEvent()
|