/packages/modules/StatsD/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 43 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
|
D | GaugeMetricProducer_test.cpp | 49 const int64_t metricId = 123; variable
|
D | OringDurationTracker_test.cpp | 41 const int64_t metricId = 123; variable
|
D | ValueMetricProducer_test.cpp | 48 const int64_t metricId = 123; variable
|
/packages/modules/StatsD/statsd/src/anomaly/ |
D | subscriber_util.cpp | 28 void triggerSubscribers(int64_t ruleId, int64_t metricId, const MetricDimensionKey& dimensionKey, in triggerSubscribers()
|
D | AnomalyTracker.cpp | 209 void AnomalyTracker::declareAnomaly(const int64_t& timestampNs, int64_t metricId, in declareAnomaly() 241 const int64_t& currBucketNum, int64_t metricId, in detectAndDeclareAnomaly()
|
/packages/modules/StatsD/statsd/src/subscriber/ |
D | IncidentdReporter.cpp | 57 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()
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | CountMetric_e2e_test.cpp | 137 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
|
D | ValueMetric_pull_e2e_test.cpp | 34 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
|
D | MetricActivation_e2e_test.cpp | 42 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
|
D | DurationMetric_e2e_test.cpp | 42 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
|
D | GaugeMetric_e2e_pull_test.cpp | 34 const int64_t metricId = 123456; variable
|
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.cpp | 517 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 …]
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/ |
D | TestDrive.java | 230 boolean isTrackedMetric(long metricId) { in isTrackedMetric() 260 long metricId = METRIC_ID_BASE; in createConfig() local
|
/packages/modules/StatsD/apex/tests/libstatspull/src/com/android/internal/os/statsd/libstats/ |
D | LibStatsPullTests.java | 255 long metricId = sConfigId + 100; in createAndAddConfigToStatsd() local
|
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | MetricActivationTests.java | 553 private void verifyMetric(StatsLogReport metricReport, long metricId, int metricMatcherLabel, in verifyMetric()
|
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | config_update_utils.cpp | 419 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
|
D | metrics_manager_util.cpp | 232 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
|
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/ |
D | metrics_manager_util_test.cpp | 813 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
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricProducer.cpp | 48 const int64_t& metricId, const ConfigKey& key, const int64_t timeBaseNs, in MetricProducer()
|
/packages/modules/StatsD/tests/src/android/cts/statsd/validation/ |
D | ValidationTests.java | 347 int metricId = metricName.hashCode(); in uploadWakelockDurationBatteryStatsConfig() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 703 int metricId = sAdapterService.getMetricId(device); in aclStateChangeCallback() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 953 int metricId = mAdapterService.getMetricId(device); in codecConfigUpdated() local
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 531 Alert createAlert(const string& name, const int64_t metricId, const int buckets, in createAlert()
|