Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp483 HashableDimensionKey* stateValuesKey = mEventKey.getMutableStateValuesKey(); in updateCurrentStateKey() local
484 for (size_t i = 0; i < stateValuesKey->getValues().size(); i++) { in updateCurrentStateKey()
485 if (stateValuesKey->getValues()[i].mField.getTag() == atomId) { in updateCurrentStateKey()
486 stateValuesKey->mutableValue(i)->mValue = newState.mValue; in updateCurrentStateKey()
/packages/modules/StatsD/statsd/src/
DHashableDimensionKey.h101 const HashableDimensionKey& stateValuesKey) in MetricDimensionKey() argument
102 : mDimensionKeyInWhat(dimensionKeyInWhat), mStateValuesKey(stateValuesKey){}; in MetricDimensionKey()
/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.cpp167 HashableDimensionKey stateValuesKey; in onMatchedLogEventLocked() local
179 stateValuesKey.addValue(value); in onMatchedLogEventLocked()
184 MetricDimensionKey metricKey(dimensionInWhat, stateValuesKey); in onMatchedLogEventLocked()
DDurationMetricProducer.cpp783 HashableDimensionKey stateValuesKey = DEFAULT_DIMENSION_KEY; in handleMatchedLogEventValuesLocked() local
795 stateValuesKey.addValue(value); in handleMatchedLogEventValuesLocked()
846 handleStartEvent(MetricDimensionKey(dimensionInWhat, stateValuesKey), conditionKey, condition, in handleMatchedLogEventValuesLocked()