Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp671 DimensionsInWhatInfo& dimensionsInWhatInfo = returnVal.first->second; in onMatchedLogEventInternalLocked() local
672 const HashableDimensionKey& oldStateKey = dimensionsInWhatInfo.currentState; in onMatchedLogEventInternalLocked()
678 const bool stateChange = oldStateKey != stateKey || !dimensionsInWhatInfo.hasCurrentState; in onMatchedLogEventInternalLocked()
688 dimensionsInWhatInfo.hasCurrentState = true; in onMatchedLogEventInternalLocked()
689 dimensionsInWhatInfo.currentState = stateKey; in onMatchedLogEventInternalLocked()
691 dimensionsInWhatInfo.seenNewData |= aggregateFields(eventTimeNs, eventKey, event, intervals, in onMatchedLogEventInternalLocked()
692 dimensionsInWhatInfo.dimExtras); in onMatchedLogEventInternalLocked()