Home
last modified time | relevance | path

Searched defs:eventKey (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DOringDurationTracker_test.cpp43 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 DMaxDurationTracker_test.cpp46 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 DOnboardingPrefs.java100 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 DDurationTracker.h71 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 DMaxDurationTracker.cpp28 const MetricDimensionKey& eventKey, in MaxDurationTracker()
H A DOringDurationTracker.cpp28 const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, in OringDurationTracker()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DEventMetricProducer.cpp190 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
H A DDurationMetricProducer.cpp639 void DurationMetricProducer::handleStartEvent(const MetricDimensionKey& eventKey, in handleStartEvent()
668 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
H A DCountMetricProducer.cpp326 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
H A DGaugeMetricProducer.cpp515 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
H A DValueMetricProducer.cpp826 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()