Home
last modified time | relevance | path

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

/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.h107 MetricType getMetricType() const override { in getMetricType() function
DNumericValueMetricProducer.h52 inline MetricType getMetricType() const override { in getMetricType() function
DMetricProducer.h348 virtual MetricType getMetricType() const = 0;
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/
DRegistryValidator.java62 if (!validateReportType(metric.getMetricType(), report.getReportType())) { in isValidReportTypeAndPrivacyMechanism()
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/impl/
DCobaltLoggerImpl.java277 MetricType foundMetricType = foundMetric.getMetricType(); in validateEventAndGetMetric()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.cpp524 if (oldMetricProducer->getMetricType() != metricType || in determineMetricUpdateStatus()