Home
last modified time | relevance | path

Searched refs:matchesSimple (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/statsd/tests/
DLogEntryMatcher_test.cpp51 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/
Dmatcher_util.cpp100 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()
Dmatcher_util.h39 bool matchesSimple(const UidMap& uidMap,
DSimpleLogMatchingTracker.cpp66 bool matched = matchesSimple(mUidMap, mMatcher, event); in onLogEvent()
/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp106 if (matchesSimple(*mUidMap, matcher, *event)) { in writeToOutputLocked()
205 if (matchesSimple(*mUidMap, matcher, event)) { in onLogEvent()