/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | MetricProducer.cpp | 120 ConditionKey conditionKey; in onMatchedLogEventLocked() local 123 getDimensionForCondition(event.getValues(), link, &conditionKey[link.conditionId]); in onMatchedLogEventLocked() 126 mWizard->query(mConditionTrackerIndex, conditionKey, in onMatchedLogEventLocked() 172 onMatchedLogEventInternalLocked(matcherIndex, metricKey, conditionKey, condition, event, in onMatchedLogEventLocked()
|
H A D | DurationMetricProducer.cpp | 761 ConditionKey conditionKey; in handleMatchedLogEventValuesLocked() local 764 getDimensionForCondition(values, link, &conditionKey[link.conditionId]); in handleMatchedLogEventValuesLocked() 768 mWizard->query(mConditionTrackerIndex, conditionKey, in handleMatchedLogEventValuesLocked() 778 handleStartEvent(MetricDimensionKey(dimensionInWhat, stateValuesKey), conditionKey, condition, in handleMatchedLogEventValuesLocked()
|
H A D | EventMetricProducer.h | 55 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | CountMetricProducer.h | 67 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | EventMetricProducer.cpp | 191 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
H A D | GaugeMetricProducer.h | 107 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | ValueMetricProducer.h | 102 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | CountMetricProducer.cpp | 327 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
H A D | MetricProducer.h | 404 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
H A D | GaugeMetricProducer.cpp | 516 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
H A D | ValueMetricProducer.cpp | 827 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
/aosp12/packages/modules/StatsD/statsd/src/condition/ |
H A D | SimpleConditionTracker.cpp | 68 ConditionKey conditionKey; in init() local 70 conditionKey[mConditionId] = DEFAULT_DIMENSION_KEY; in init() 72 isConditionMet(conditionKey, allConditionTrackers, mSliced, conditionCache); in init()
|
/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | MaxDurationTracker_test.cpp | 47 const HashableDimensionKey conditionKey = getMockedDimensionKey(TagId, 4, "1"); variable 245 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 293 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 378 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST()
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
H A D | MaxDurationTracker.cpp | 60 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart() argument 68 duration.conditionKeys = conditionKey; in noteStart()
|
H A D | MaxDurationTracker.h | 40 const ConditionKey& conditionKey) override;
|
H A D | OringDurationTracker.h | 39 const ConditionKey& conditionKey) override;
|
H A D | OringDurationTracker.cpp | 60 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart() argument 76 mConditionKeyMap[key] = conditionKey; in noteStart()
|
H A D | DurationTracker.h | 101 const ConditionKey& conditionKey) = 0;
|