Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp733 DimensionsInWhatInfo& dimensionsInWhatInfo = returnVal.first->second; in onMatchedLogEventInternalLocked() local
734 const HashableDimensionKey& oldStateKey = dimensionsInWhatInfo.currentState; in onMatchedLogEventInternalLocked()
740 const bool stateChange = oldStateKey != stateKey || !dimensionsInWhatInfo.hasCurrentState; in onMatchedLogEventInternalLocked()
750 dimensionsInWhatInfo.hasCurrentState = true; in onMatchedLogEventInternalLocked()
751 dimensionsInWhatInfo.currentState = stateKey; in onMatchedLogEventInternalLocked()
753 dimensionsInWhatInfo.seenNewData |= aggregateFields(eventTimeNs, eventKey, event, intervals, in onMatchedLogEventInternalLocked()
754 dimensionsInWhatInfo.dimExtras); in onMatchedLogEventInternalLocked()