Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DLogEntryMatcher_test.cpp148 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
173 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
403 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
441 SimpleAtomMatcher* simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
489 SimpleAtomMatcher* simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
535 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
597 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
645 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
678 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
701 SimpleAtomMatcher* simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
[all …]
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp558 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, in matchesSimple()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp104 const SimpleAtomMatcher& simpleMatcher) { in validateSimpleAtomMatcher()