Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp716 DimensionsInWhatInfo& dimensionsInWhatInfo = returnVal.first->second; in onMatchedLogEventInternalLocked() local
717 const HashableDimensionKey& oldStateKey = dimensionsInWhatInfo.currentState; in onMatchedLogEventInternalLocked()
723 const bool stateChange = oldStateKey != stateKey || !dimensionsInWhatInfo.hasCurrentState; in onMatchedLogEventInternalLocked()
733 dimensionsInWhatInfo.hasCurrentState = true; in onMatchedLogEventInternalLocked()
734 dimensionsInWhatInfo.currentState = stateKey; in onMatchedLogEventInternalLocked()
736 dimensionsInWhatInfo.seenNewData |= aggregateFields(eventTimeNs, eventKey, event, intervals, in onMatchedLogEventInternalLocked()
737 dimensionsInWhatInfo.dimExtras); in onMatchedLogEventInternalLocked()