Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DMetricProducer.cpp335 HashableDimensionKey stateKey; in getUnknownStateKey() local
340 stateKey.addValue(fieldValue); in getUnknownStateKey()
342 return stateKey; in getUnknownStateKey()
DValueMetricProducer.cpp677 const auto stateKey = eventKey.getStateValuesKey(); in onMatchedLogEventInternalLocked() local
678 const bool stateChange = oldStateKey != stateKey || !dimensionsInWhatInfo.hasCurrentState; in onMatchedLogEventInternalLocked()
689 dimensionsInWhatInfo.currentState = stateKey; in onMatchedLogEventInternalLocked()
700 mCurrentSlicedBucket[MetricDimensionKey(whatKey, stateKey)] in onMatchedLogEventInternalLocked()
DValueMetricProducer.h293 DimensionsInWhatInfo(const HashableDimensionKey& stateKey) in DimensionsInWhatInfo()
294 : dimExtras(), currentState(stateKey), hasCurrentState(false) { in DimensionsInWhatInfo()