Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/
DRegistryValidator.java93 if (!validateReportType(metric.getMetricType(), report.getReportType())) { in isValid()
96 metric.getMetricType(), report.getReportType()); in isValid()
/packages/modules/StatsD/statsd/src/metrics/
DKllMetricProducer.h54 inline MetricType getMetricType() const override { in getMetricType() function
DEventMetricProducer.h50 MetricType getMetricType() const override { in getMetricType() function
DCountMetricProducer.h63 MetricType getMetricType() const override { in getMetricType() function
DDurationMetricProducer.h66 MetricType getMetricType() const override { in getMetricType() function
DGaugeMetricProducer.h109 MetricType getMetricType() const override { in getMetricType() function
DNumericValueMetricProducer.h53 inline MetricType getMetricType() const override { in getMetricType() function
DMetricProducer.h355 virtual MetricType getMetricType() const = 0;
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/impl/
DCobaltLoggerImpl.java318 MetricType foundMetricType = foundMetric.getMetricType(); in validateEventAndGetMetric()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.cpp524 if (oldMetricProducer->getMetricType() != metricType || in determineMetricUpdateStatus()