Home
last modified time | relevance | path

Searched defs:metricId (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DMaxDurationTracker_test.cpp43 const int64_t metricId = 123; variable
66 int64_t metricId = 1; in TEST() local
100 int64_t metricId = 1; in TEST() local
134 int64_t metricId = 1; in TEST() local
173 int64_t metricId = 1; in TEST() local
218 int64_t metricId = 1; in TEST() local
256 int64_t metricId = 1; in TEST() local
315 int64_t metricId = 1; in TEST() local
397 int64_t metricId = 1; in TEST() local
H A DGaugeMetricProducer_test.cpp49 const int64_t metricId = 123; variable
H A DOringDurationTracker_test.cpp41 const int64_t metricId = 123; variable
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/
H A DConfigMetricsReportListConverter.java88 Long metricId = statsReport.getMetricId(); in convert() local
102 Long metricId = entry.getKey(); in convert() local
/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DCountMetric_e2e_test.cpp137 int64_t metricId = 123456; in TEST() local
288 int64_t metricId = 123456; in TEST() local
466 int64_t metricId = 123456; in TEST() local
659 int64_t metricId = 123456; in TEST() local
908 int64_t metricId = 123456; in TEST() local
H A DValueMetric_pull_e2e_test.cpp34 const int64_t metricId = 123456; variable
529 int64_t metricId = 123456; in TEST() local
583 int64_t metricId = 123456; in TEST() local
643 int64_t metricId = 123456; in TEST() local
H A DMetricActivation_e2e_test.cpp42 int64_t metricId = 123456; in CreateStatsdConfig() local
76 int64_t metricId = 123456; in CreateStatsdConfigWithOneDeactivation() local
114 int64_t metricId = 123456; in CreateStatsdConfigWithTwoDeactivations() local
150 int64_t metricId = 123456; in CreateStatsdConfigWithSameDeactivations() local
191 int64_t metricId = 123456; in CreateStatsdConfigWithTwoMetricsTwoDeactivations() local
H A DDurationMetric_e2e_test.cpp42 int64_t metricId = 123456; in TEST() local
125 int64_t metricId = 123456; in TEST() local
213 int64_t metricId = 123456; in TEST() local
1486 int64_t metricId = 123456; in TEST() local
H A DGaugeMetric_e2e_pull_test.cpp34 const int64_t metricId = 123456; variable
/aosp12/packages/modules/StatsD/statsd/src/subscriber/
H A DIncidentdReporter.cpp57 void getProtoData(const int64_t& rule_id, int64_t metricId, const MetricDimensionKey& dimensionKey, in getProtoData()
124 bool GenerateIncidentReport(const IncidentdDetails& config, int64_t rule_id, int64_t metricId, in GenerateIncidentReport()
/aosp12/packages/modules/StatsD/statsd/src/guardrail/
H A DStatsdStats.cpp517 void StatsdStats::noteHardDimensionLimitReached(int64_t metricId) { in noteHardDimensionLimitReached()
522 void StatsdStats::noteLateLogEventSkipped(int64_t metricId) { in noteLateLogEventSkipped()
527 void StatsdStats::noteSkippedForwardBuckets(int64_t metricId) { in noteSkippedForwardBuckets()
532 void StatsdStats::noteBadValueType(int64_t metricId) { in noteBadValueType()
537 void StatsdStats::noteBucketDropped(int64_t metricId) { in noteBucketDropped()
542 void StatsdStats::noteBucketUnknownCondition(int64_t metricId) { in noteBucketUnknownCondition()
547 void StatsdStats::noteConditionChangeInNextBucket(int64_t metricId) { in noteConditionChangeInNextBucket()
552 void StatsdStats::noteInvalidatedBucket(int64_t metricId) { in noteInvalidatedBucket()
557 void StatsdStats::noteBucketCount(int64_t metricId) { in noteBucketCount()
562 void StatsdStats::noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs) { in noteBucketBoundaryDelayNs()
[all …]
/aosp12/packages/modules/StatsD/statsd/src/anomaly/
H A Dsubscriber_util.cpp28 void triggerSubscribers(int64_t ruleId, int64_t metricId, const MetricDimensionKey& dimensionKey, in triggerSubscribers()
H A DAnomalyTracker.cpp209 void AnomalyTracker::declareAnomaly(const int64_t& timestampNs, int64_t metricId, in declareAnomaly()
241 const int64_t& currBucketNum, int64_t metricId, in detectAndDeclareAnomaly()
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
H A DTestDrive.java230 boolean isTrackedMetric(long metricId) { in isTrackedMetric()
260 long metricId = METRIC_ID_BASE; in createConfig() local
/aosp12/packages/modules/StatsD/apex/tests/libstatspull/src/com/android/internal/os/statsd/libstats/
H A DLibStatsPullTests.java255 long metricId = sConfigId + 100; in createAndAddConfigToStatsd() local
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DMetricActivationTests.java555 private void verifyMetric(StatsLogReport metricReport, long metricId, int metricMatcherLabel, in verifyMetric()
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dconfig_update_utils.cpp419 const int64_t metricId, const set<int64_t>& replacedMatchers) { in metricActivationDepsChange()
441 const StatsdConfig& config, const MessageLite& metric, const int64_t metricId, in determineMetricUpdateStatus()
606 const int64_t metricId, const vector<sp<AtomMatchingTracker>>& allAtomMatchingTrackers, in updateMetric()
675 int64_t metricId = metricActivation.metric_id(); in updateMetrics() local
H A Dmetrics_manager_util.cpp232 const StatsdConfig& config, const int64_t metricId, const int metricIndex, in handleMetricActivation()
288 const StatsdConfig& config, const int64_t metricId, const int metricIndex, in handleMetricActivationOnConfigUpdate()
1011 int64_t metricId = metricActivation.metric_id(); in initMetrics() local
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DUiBenchmarkResult.java105 public double getMetricAtIndex(int index, int metricId) { in getMetricAtIndex()
/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dmetrics_manager_util_test.cpp813 int64_t metricId = 1; in TEST() local
832 int64_t metricId = 1; in TEST() local
851 int64_t metricId = 1; in TEST() local
871 int64_t metricId = 1; in TEST() local
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricProducer.cpp48 const int64_t& metricId, const ConfigKey& key, const int64_t timeBaseNs, in MetricProducer()
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DStatsPublisher.java249 Long metricId; in processReport() local
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
H A DValidationTests.java333 int metricId = metricName.hashCode(); in uploadWakelockDurationBatteryStatsConfig() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java703 int metricId = sAdapterService.getMetricId(device); in aclStateChangeCallback() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java953 int metricId = mAdapterService.getMetricId(device); in codecConfigUpdated() local

12