Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DValueMetricProducer.cpp877 DimensionsInWhatInfo& dimensionsInWhatInfo = returnVal.first->second; in onMatchedLogEventInternalLocked() local
878 const HashableDimensionKey oldStateKey = dimensionsInWhatInfo.currentState; in onMatchedLogEventInternalLocked()
879 vector<BaseInfo>& baseInfos = dimensionsInWhatInfo.baseInfos; in onMatchedLogEventInternalLocked()
888 if (!dimensionsInWhatInfo.hasCurrentState) { in onMatchedLogEventInternalLocked()
890 dimensionsInWhatInfo.hasCurrentState = true; in onMatchedLogEventInternalLocked()
910 dimensionsInWhatInfo.hasCurrentState = true; in onMatchedLogEventInternalLocked()
911 dimensionsInWhatInfo.currentState = stateKey; in onMatchedLogEventInternalLocked()