Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp615 for (const auto& [dimensionInWhatKey, dimensionInWhatInfo] : mDimInfos) { in updateCurrentSlicedBucketConditionTimers()
618 mCurrentSlicedBucket[MetricDimensionKey(dimensionInWhatKey, in updateCurrentSlicedBucketConditionTimers()
898 const HashableDimensionKey& dimensionInWhatKey = it->first.getDimensionKeyInWhat(); in initNextSlicedBucket() local
899 const auto& currentDimInfoItr = mDimInfos.find(dimensionInWhatKey); in initNextSlicedBucket()