Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/
DLogEntryMatcher_test.cpp54 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/
Dmatcher_util.cpp101 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()
Dmatcher_util.h44 bool matchesSimple(const UidMap& uidMap,
DSimpleLogMatchingTracker.cpp68 bool matched = matchesSimple(mUidMap, mMatcher, event); in onLogEvent()
/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp107 if (matchesSimple(*mUidMap, matcher, *event)) { in writeToOutputLocked()
206 if (matchesSimple(*mUidMap, matcher, event)) { in onLogEvent()