Home
last modified time | relevance | path

Searched defs:AtomDimensionKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/StatsD/statsd/src/
DHashableDimensionKey.h147 explicit AtomDimensionKey(int32_t atomTag, const HashableDimensionKey& atomFieldValues) in AtomDimensionKey() function
150 AtomDimensionKey(){}; in AtomDimensionKey() function
/aosp_15_r20/packages/modules/StatsD/statsd/src/metrics/
DGaugeMetricProducer.cpp736 const std::unordered_map<AtomDimensionKey, std::vector<int64_t>>& aggregatedAtoms) const { in computeGaugeBucketSizeLocked() argument