Home
last modified time | relevance | path

Searched defs:MetricDimensionKey (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/
H A DHashableDimensionKey.h100 explicit MetricDimensionKey(const HashableDimensionKey& dimensionKeyInWhat, in MetricDimensionKey() function
104 MetricDimensionKey(){}; in MetricDimensionKey() function
106 MetricDimensionKey(const MetricDimensionKey& that) in MetricDimensionKey() function
H A Dstatsd_metadata.proto43 message MetricDimensionKey { message
/aosp12/packages/modules/StatsD/statsd/tests/anomaly/
H A DAnomalyTracker_test.cpp46 void AddValueToBucket(const std::vector<std::pair<MetricDimensionKey, long>>& key_value_pair_list, in AddValueToBucket()
54 const std::vector<std::pair<MetricDimensionKey, long>>& key_value_pair_list) { in MockBucket()
107 const std::unordered_map<MetricDimensionKey, int64_t>& timestamps) { in checkRefractoryTimes()
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp166 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) { in flushCurrentBucket()
220 unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
H A DOringDurationTracker.cpp136 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) { in flushCurrentBucket()
228 unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DValueMetricProducer_test.cpp61 const std::unordered_map<MetricDimensionKey, std::vector<PastValueBucket>>& mPastBuckets, in assertPastBucketValuesSingleKey()