Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DDataCorruptionReason_test.cpp52 constexpr int32_t kInterestedMetricId = 4; variable
82 metric->set_id(kInterestedMetricId); in buildGoodEventConfig()
214 if (metricProducer->getMetricId() == kInterestedMetricId) { in TEST_P()
240 if (statsLogReport.metric_id() == kInterestedMetricId && isAtomLoggingAllowed()) { in TEST_P()
256 if (statsLogReport.metric_id() == kInterestedMetricId && isAtomLoggingAllowed()) { in TEST_P()
271 if (statsLogReport.metric_id() == kInterestedMetricId && isAtomLoggingAllowed()) { in TEST_P()
287 if (statsLogReport.metric_id() == kInterestedMetricId && isAtomLoggingAllowed()) { in TEST_P()
344 if (statsLogReport.metric_id() == kInterestedMetricId) { in TEST_F()
363 if (statsLogReport.metric_id() == kInterestedMetricId) { in TEST_F()
381 if (statsLogReport.metric_id() == kInterestedMetricId) { in TEST_F()
[all …]