Searched refs:matchesSimple (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/cmds/statsd/tests/ |
D | LogEntryMatcher_test.cpp | 54 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 58 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 102 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 105 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 108 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 112 EXPECT_FALSE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() 115 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() 125 EXPECT_TRUE(matchesSimple(uidMap, *simpleMatcher, event)); in TEST() [all …]
|
/frameworks/base/cmds/statsd/src/matchers/ |
D | matcher_util.cpp | 101 bool matchesSimple(const UidMap& uidMap, const FieldValueMatcher& matcher, in matchesSimple() function 206 if (!matchesSimple(uidMap, subMatcher, values, range.first, range.second, in matchesSimple() 359 bool matchesSimple(const UidMap& uidMap, const SimpleAtomMatcher& simpleMatcher, in matchesSimple() function 365 if (!matchesSimple(uidMap, matcher, event.getValues(), 0, event.getValues().size(), 0)) { in matchesSimple()
|
D | matcher_util.h | 44 bool matchesSimple(const UidMap& uidMap,
|
D | SimpleLogMatchingTracker.cpp | 68 bool matched = matchesSimple(mUidMap, mMatcher, event); in onLogEvent()
|
/frameworks/base/cmds/statsd/src/shell/ |
D | ShellSubscriber.cpp | 107 if (matchesSimple(*mUidMap, matcher, *event)) { in writeToOutputLocked() 206 if (matchesSimple(*mUidMap, matcher, event)) { in onLogEvent()
|