/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | OringDurationTracker_test.cpp | 43 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); variable 51 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 83 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 112 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 142 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 179 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 216 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 257 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 295 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 458 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local [all …]
|
H A D | MaxDurationTracker_test.cpp | 46 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); variable 53 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 87 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 122 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 161 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 202 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 1, "1"); in TEST() local 244 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 2, "maps"); in TEST() local 292 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 2, "maps"); in TEST() local 377 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 2, "maps"); in TEST() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | OnboardingPrefs.java | 100 public boolean hasReachedMaxCount(@EventCountKey String eventKey) { in hasReachedMaxCount() 104 private boolean hasReachedMaxCount(int count, @EventCountKey String eventKey) { in hasReachedMaxCount() 125 public boolean incrementEventCount(@EventCountKey String eventKey) { in incrementEventCount()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
H A D | DurationTracker.h | 71 DurationTracker(const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, in DurationTracker() 183 void addPastBucketToAnomalyTrackers(const MetricDimensionKey eventKey, in addPastBucketToAnomalyTrackers() 208 void setEventKey(const MetricDimensionKey& eventKey) { in setEventKey()
|
H A D | MaxDurationTracker.cpp | 28 const MetricDimensionKey& eventKey, in MaxDurationTracker()
|
H A D | OringDurationTracker.cpp | 28 const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, in OringDurationTracker()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | EventMetricProducer.cpp | 190 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
H A D | DurationMetricProducer.cpp | 639 void DurationMetricProducer::handleStartEvent(const MetricDimensionKey& eventKey, in handleStartEvent() 668 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
H A D | CountMetricProducer.cpp | 326 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
H A D | GaugeMetricProducer.cpp | 515 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
H A D | ValueMetricProducer.cpp | 826 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|