Searched refs:stateValuesKey (Results 1 – 4 of 4) sorted by relevance
483 HashableDimensionKey* stateValuesKey = mEventKey.getMutableStateValuesKey(); in updateCurrentStateKey() local484 for (size_t i = 0; i < stateValuesKey->getValues().size(); i++) { in updateCurrentStateKey()485 if (stateValuesKey->getValues()[i].mField.getTag() == atomId) { in updateCurrentStateKey()486 stateValuesKey->mutableValue(i)->mValue = newState.mValue; in updateCurrentStateKey()
101 const HashableDimensionKey& stateValuesKey) in MetricDimensionKey() argument102 : mDimensionKeyInWhat(dimensionKeyInWhat), mStateValuesKey(stateValuesKey){}; in MetricDimensionKey()
167 HashableDimensionKey stateValuesKey; in onMatchedLogEventLocked() local179 stateValuesKey.addValue(value); in onMatchedLogEventLocked()184 MetricDimensionKey metricKey(dimensionInWhat, stateValuesKey); in onMatchedLogEventLocked()
783 HashableDimensionKey stateValuesKey = DEFAULT_DIMENSION_KEY; in handleMatchedLogEventValuesLocked() local795 stateValuesKey.addValue(value); in handleMatchedLogEventValuesLocked()846 handleStartEvent(MetricDimensionKey(dimensionInWhat, stateValuesKey), conditionKey, condition, in handleMatchedLogEventValuesLocked()