Home
last modified time | relevance | path

Searched defs:gaugeMetric (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DConfigurationTest.java237 final StatsdConfigProto.GaugeMetric gaugeMetric = config.getGaugeMetric(0); in testOnePulled() local
311 final StatsdConfigProto.GaugeMetric gaugeMetric = config.getGaugeMetric(0); in testOnePulledTwoPushed() local
404 final StatsdConfigProto.GaugeMetric gaugeMetric = config.getGaugeMetric(0); in testOnePulledTwoPushedTogether() local
/packages/modules/StatsD/statsd/tests/e2e/
DGaugeMetric_e2e_pull_test.cpp50 auto gaugeMetric = config.add_gauge_metric(); in CreateStatsdConfig() local
213 auto gaugeMetric = config.mutable_gauge_metric(0); in TEST() local
710 auto gaugeMetric = config.mutable_gauge_metric(0); in TEST() local
DGaugeMetric_e2e_push_test.cpp46 auto gaugeMetric = config.add_gauge_metric(); in CreateStatsdConfigForPushedEvent() local
81 GaugeMetric* gaugeMetric = config.add_gauge_metric(); in CreateStatsdConfigForRepeatedFieldsPushedEvent() local
DPartialBucket_e2e_test.cpp91 auto gaugeMetric = config.add_gauge_metric(); in MakeGaugeMetricConfig() local
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DAtomTestCase.java727 GaugeMetric.Builder gaugeMetric) throws Exception { in addGaugeAtom()
782 GaugeMetric.Builder gaugeMetric = GaugeMetric.newBuilder() in addGaugeAtomWithDimensions() local
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp3466 GaugeMetric gaugeMetric = createGaugeMetric("GAUGE1", matcher3Id, in TEST_F() local