Searched defs:MetricDimensionKey (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | HashableDimensionKey.h | 100 explicit MetricDimensionKey(const HashableDimensionKey& dimensionKeyInWhat, in MetricDimensionKey() function 104 MetricDimensionKey(){}; in MetricDimensionKey() function 106 MetricDimensionKey(const MetricDimensionKey& that) in MetricDimensionKey() function
|
H A D | statsd_metadata.proto | 43 message MetricDimensionKey { message
|
/aosp12/packages/modules/StatsD/statsd/tests/anomaly/ |
H A D | AnomalyTracker_test.cpp | 46 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 D | MaxDurationTracker.cpp | 166 std::unordered_map<MetricDimensionKey, std::vector<DurationBucket>>* output) { in flushCurrentBucket() 220 unordered_map<MetricDimensionKey, vector<DurationBucket>>* output) { in flushIfNeeded()
|
H A D | OringDurationTracker.cpp | 136 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 D | ValueMetricProducer_test.cpp | 61 const std::unordered_map<MetricDimensionKey, std::vector<PastValueBucket>>& mPastBuckets, in assertPastBucketValuesSingleKey()
|