| /packages/modules/StatsD/statsd/tests/metrics/ |
| D | OringDurationTracker_test.cpp | 43 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); variable 51 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 85 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 116 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 148 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 187 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 225 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 267 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 307 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local 477 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "event"); in TEST() local [all …]
|
| D | MaxDurationTracker_test.cpp | 46 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); variable 53 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 90 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 127 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 167 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local 210 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 1, "1"); in TEST() local 253 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 2, "maps"); in TEST() local 302 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 2, "maps"); in TEST() local 391 MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 2, "maps"); in TEST() local 473 const MetricDimensionKey eventKey = getMockedMetricDimensionKey(TagId, 0, "1"); in TEST() local
|
| /packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
| D | DurationTracker.h | 76 DurationTracker(const ConfigKey& key, const int64_t id, const MetricDimensionKey& eventKey, in DurationTracker() 193 void addPastBucketToAnomalyTrackers(const MetricDimensionKey& eventKey, int64_t bucketValue, in addPastBucketToAnomalyTrackers() 212 void setEventKey(const MetricDimensionKey& eventKey) { in setEventKey()
|
| D | MaxDurationTracker.cpp | 28 const MetricDimensionKey& eventKey, in MaxDurationTracker()
|
| D | OringDurationTracker.cpp | 28 const MetricDimensionKey& eventKey, in OringDurationTracker()
|
| /packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
| D | ReportEventRequest.java | 173 @NonNull String eventKey, in Builder() 217 public Builder setKey(@NonNull String eventKey) { in setKey()
|
| /packages/modules/StatsD/statsd/src/metrics/ |
| D | KllMetricProducer.h | 78 const MetricDimensionKey& eventKey, bool condition, int64_t eventTimeNs, in canSkipLogEventLocked()
|
| D | NumericValueMetricProducer.h | 122 const MetricDimensionKey& eventKey, const bool condition, int64_t eventTimeNs, in canSkipLogEventLocked()
|
| D | RestrictedEventMetricProducer.cpp | 50 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | KllMetricProducer.cpp | 112 const MetricDimensionKey& eventKey, const LogEvent& event, in aggregateFields()
|
| D | DurationMetricProducer.cpp | 686 void DurationMetricProducer::handleStartEvent(const MetricDimensionKey& eventKey, in handleStartEvent() 717 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | EventMetricProducer.cpp | 224 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | NumericValueMetricProducer.cpp | 399 const MetricDimensionKey& eventKey, in aggregateFields()
|
| D | CountMetricProducer.cpp | 371 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | GaugeMetricProducer.cpp | 549 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | ValueMetricProducer.cpp | 679 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| /packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/valid/src/com/android/adservices/tests/permissions/ |
| D | PermissionsValidTest.java | 185 String eventKey = "click"; in testValidPermissions_reportEvent() local
|
| /packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/notallowed/src/com/android/adservices/tests/permissions/ |
| D | NotInAllowListTest.java | 202 String eventKey = "click"; in testNotInAllowList_reportEvent() local
|
| /packages/modules/AdServices/adservices/tests/cts/endtoends/permissions/noperm/src/com/android/adservices/tests/permissions/ |
| D | PermissionsNoPermTest.java | 289 String eventKey = "click"; in testPermissionNotRequested_reportEvent() local
|