Searched refs:durationIt (Results 1 – 1 of 1) sorted by relevance
166 for (auto& durationIt : mStateKeyDurationMap) { in flushCurrentBucket() local167 if (durationPassesThreshold(uploadThreshold, durationIt.second.mDuration)) { in flushCurrentBucket()171 current_info.mDuration = durationIt.second.mDuration; in flushCurrentBucket()172 (*output)[MetricDimensionKey(mEventKey.getDimensionKeyInWhat(), durationIt.first)] in flushCurrentBucket()175 durationIt.second.mDurationFullBucket += durationIt.second.mDuration; in flushCurrentBucket()184 MetricDimensionKey(mEventKey.getDimensionKeyInWhat(), durationIt.first), in flushCurrentBucket()186 durationIt.second.mDurationFullBucket = 0; in flushCurrentBucket()188 durationIt.second.mDuration = 0; in flushCurrentBucket()