Home
last modified time | relevance | path

Searched refs:eventMatcher (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/tests/
DDataCorruptionReason_test.cpp64 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildGoodEventConfig() local
65 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildGoodEventConfig()
66 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildGoodEventConfig()
76 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildGoodEventConfig() local
77 eventMatcher->set_id(matcherId); in buildGoodEventConfig()
78 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildGoodEventConfig()
DMetricsManager_test.cpp64 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildEventConfig() local
65 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildEventConfig()
66 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildEventConfig()
Dstatsd_test_util.cpp2340 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildGoodConfig() local
2341 eventMatcher->set_id(StringToId("SCREEN_ON_OR_OFF")); in buildGoodConfig()
2342 AtomMatcher_Combination* combination = eventMatcher->mutable_combination(); in buildGoodConfig()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dmetrics_manager_util_test.cpp99 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildCircleMatchers() local
100 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildCircleMatchers()
102 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildCircleMatchers()
109 eventMatcher = config.add_atom_matcher(); in buildCircleMatchers()
110 eventMatcher->set_id(StringToId("SCREEN_ON_OR_OFF")); in buildCircleMatchers()
112 AtomMatcher_Combination* combination = eventMatcher->mutable_combination(); in buildCircleMatchers()
147 AtomMatcher* eventMatcher = config.add_atom_matcher(); in buildMissingMatchers() local
148 eventMatcher->set_id(StringToId("SCREEN_IS_ON")); in buildMissingMatchers()
150 SimpleAtomMatcher* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher(); in buildMissingMatchers()
157 eventMatcher = config.add_atom_matcher(); in buildMissingMatchers()
[all …]