Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DOringDurationTracker.cpp463 HashableDimensionKey* stateValuesKey = mEventKey.getMutableStateValuesKey(); in updateCurrentStateKey() local
464 for (size_t i = 0; i < stateValuesKey->getValues().size(); i++) { in updateCurrentStateKey()
465 if (stateValuesKey->getValues()[i].mField.getTag() == atomId) { in updateCurrentStateKey()
466 stateValuesKey->mutableValue(i)->mValue = newState.mValue; in updateCurrentStateKey()
/aosp12/packages/modules/StatsD/statsd/src/
H A DHashableDimensionKey.h101 const HashableDimensionKey& stateValuesKey) in MetricDimensionKey() argument
102 : mDimensionKeyInWhat(dimensionKeyInWhat), mStateValuesKey(stateValuesKey){}; in MetricDimensionKey()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricProducer.cpp154 HashableDimensionKey stateValuesKey; in onMatchedLogEventLocked() local
166 stateValuesKey.addValue(value); in onMatchedLogEventLocked()
171 MetricDimensionKey metricKey(dimensionInWhat, stateValuesKey); in onMatchedLogEventLocked()
H A DDurationMetricProducer.cpp723 HashableDimensionKey stateValuesKey = DEFAULT_DIMENSION_KEY; in handleMatchedLogEventValuesLocked() local
735 stateValuesKey.addValue(value); in handleMatchedLogEventValuesLocked()
778 handleStartEvent(MetricDimensionKey(dimensionInWhat, stateValuesKey), conditionKey, condition, in handleMatchedLogEventValuesLocked()