Searched refs:durationIt (Results 1 – 1 of 1) sorted by relevance
165 for (auto& durationIt : mStateKeyDurationMap) { in flushCurrentBucket() local166 if (durationIt.second.mDuration > 0) { in flushCurrentBucket()170 current_info.mDuration = durationIt.second.mDuration; in flushCurrentBucket()171 (*output)[MetricDimensionKey(mEventKey.getDimensionKeyInWhat(), durationIt.first)] in flushCurrentBucket()174 durationIt.second.mDurationFullBucket += durationIt.second.mDuration; in flushCurrentBucket()181 MetricDimensionKey(mEventKey.getDimensionKeyInWhat(), durationIt.first), in flushCurrentBucket()183 durationIt.second.mDurationFullBucket = 0; in flushCurrentBucket()185 durationIt.second.mDuration = 0; in flushCurrentBucket()