Home
last modified time | relevance | path

Searched refs:whatMatcher (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/
H A DHashableDimensionKey_test.cpp54 FieldMatcher whatMatcher; in TEST() local
55 whatMatcher.set_field(util::OVERLAY_STATE_CHANGED); in TEST()
56 FieldMatcher* child11 = whatMatcher.add_child(); in TEST()
67 translateFieldMatcher(whatMatcher, &ms.metricFields); in TEST()
106 FieldMatcher whatMatcher; in TEST() local
107 whatMatcher.set_field(util::OVERLAY_STATE_CHANGED); in TEST()
108 FieldMatcher* child11 = whatMatcher.add_child(); in TEST()
119 translateFieldMatcher(whatMatcher, &ms.metricFields); in TEST()
H A DFieldValue_test.cpp199 FieldMatcher whatMatcher; in TEST() local
200 whatMatcher.set_field(10); in TEST()
201 FieldMatcher* child11 = whatMatcher.add_child(); in TEST()
218 translateFieldMatcher(whatMatcher, &link.metricFields); in TEST()
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp965 metric->set_what(whatMatcher.id()); in TEST_F()
994 metric->set_what(whatMatcher.id()); in TEST_F()
1030 metric->set_what(whatMatcher.id()); in TEST_F()
1059 metric->set_what(whatMatcher.id()); in TEST_F()
1091 metric->set_what(whatMatcher.id()); in TEST_F()
1124 metric->set_what(whatMatcher.id()); in TEST_F()
1161 metric->set_what(whatMatcher.id()); in TEST_F()
1192 metric->set_what(whatMatcher.id()); in TEST_F()
1225 metric->set_what(whatMatcher.id()); in TEST_F()
1255 metric->set_what(whatMatcher.id()); in TEST_F()
[all …]
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DCountMetricsTests.java78 StatsdConfigProto.AtomMatcher whatMatcher = in testEventCountWithCondition() local
101 .addAtomMatcher(whatMatcher) in testEventCountWithCondition()
141 StatsdConfigProto.AtomMatcher whatMatcher = in testEventCountWithConditionAndActivation() local
169 .addAtomMatcher(whatMatcher) in testEventCountWithConditionAndActivation()
323 StatsdConfigProto.AtomMatcher whatMatcher =
389 .addAtomMatcher(whatMatcher)
H A DGaugeMetricsTests.java214 AtomMatcher whatMatcher = in testPulledGaugeMetricWithConditionAndActivation() local
220 .addAtomMatcher(whatMatcher) in testPulledGaugeMetricWithConditionAndActivation()
238 .setWhat(whatMatcher.getId()) in testPulledGaugeMetricWithConditionAndActivation()
H A DValueMetricsTests.java344 AtomMatcher whatMatcher = in testValueMetricWithConditionAndActivation() local
350 .addAtomMatcher(whatMatcher) in testValueMetricWithConditionAndActivation()
368 .setWhat(whatMatcher.getId()) in testValueMetricWithConditionAndActivation()