Home
last modified time | relevance | path

Searched defs:simpleMatcher (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/tests/
DLogEntryMatcher_test.cpp147 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
172 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
403 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
442 SimpleAtomMatcher* simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
490 SimpleAtomMatcher* simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
536 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
598 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
646 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
679 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
702 SimpleAtomMatcher* simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
[all …]
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp462 bool matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, in matchesSimple()