Home
last modified time | relevance | path

Searched refs:dimensionInWhatKey (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DValueMetricProducer.cpp589 for (const auto& [dimensionInWhatKey, dimensionInWhatInfo] : mCurrentBaseInfo) { in updateCurrentSlicedBucketConditionTimers()
593 mCurrentSlicedBucket[MetricDimensionKey(dimensionInWhatKey, in updateCurrentSlicedBucketConditionTimers()
1187 const HashableDimensionKey& dimensionInWhatKey = it->first.getDimensionKeyInWhat(); in initCurrentSlicedBucket() local
1188 const auto& currentBaseInfoItr = mCurrentBaseInfo.find(dimensionInWhatKey); in initCurrentSlicedBucket()