Searched refs:statePrimaryKeys (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | MetricProducer.cpp | 136 std::map<int32_t, HashableDimensionKey> statePrimaryKeys; in onMatchedLogEventLocked() local 143 &statePrimaryKeys[stateLink.stateAtomId]); in onMatchedLogEventLocked() 157 if (statePrimaryKeys.find(atomId) != statePrimaryKeys.end()) { in onMatchedLogEventLocked() 159 queryStateValue(atomId, statePrimaryKeys[atomId], &value); in onMatchedLogEventLocked() 173 statePrimaryKeys); in onMatchedLogEventLocked()
|
H A D | DurationMetricProducer.cpp | 670 const map<int, HashableDimensionKey>& statePrimaryKeys) { in onMatchedLogEventInternalLocked() argument 706 std::map<int, HashableDimensionKey> statePrimaryKeys; in handleMatchedLogEventValuesLocked() local 712 getDimensionForState(values, stateLink, &statePrimaryKeys[stateLink.stateAtomId]); in handleMatchedLogEventValuesLocked() 726 if (statePrimaryKeys.find(atomId) != statePrimaryKeys.end()) { in handleMatchedLogEventValuesLocked() 728 queryStateValue(atomId, statePrimaryKeys[atomId], &value); in handleMatchedLogEventValuesLocked()
|
H A D | EventMetricProducer.h | 56 const std::map<int, HashableDimensionKey>& statePrimaryKeys) override;
|
H A D | CountMetricProducer.h | 68 const std::map<int, HashableDimensionKey>& statePrimaryKeys) override;
|
H A D | DurationMetricProducer.h | 76 const std::map<int, HashableDimensionKey>& statePrimaryKeys) override;
|
H A D | EventMetricProducer.cpp | 192 const map<int, HashableDimensionKey>& statePrimaryKeys) { in onMatchedLogEventInternalLocked() argument
|
H A D | GaugeMetricProducer.h | 108 const std::map<int, HashableDimensionKey>& statePrimaryKeys) override;
|
H A D | ValueMetricProducer.cpp | 828 const map<int, HashableDimensionKey>& statePrimaryKeys) { in onMatchedLogEventInternalLocked() argument 833 auto it = statePrimaryKeys.find(mStateChangePrimaryKey.first); in onMatchedLogEventInternalLocked() 835 if (it != statePrimaryKeys.end() && it->second != mStateChangePrimaryKey.second) { in onMatchedLogEventInternalLocked()
|
H A D | ValueMetricProducer.h | 103 const std::map<int, HashableDimensionKey>& statePrimaryKeys) override;
|
H A D | CountMetricProducer.cpp | 328 const map<int, HashableDimensionKey>& statePrimaryKeys) { in onMatchedLogEventInternalLocked() argument
|
H A D | MetricProducer.h | 405 const map<int, HashableDimensionKey>& statePrimaryKeys) = 0;
|
H A D | GaugeMetricProducer.cpp | 517 const map<int, HashableDimensionKey>& statePrimaryKeys) { in onMatchedLogEventInternalLocked() argument
|