/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricProducer.cpp | 133 ConditionKey conditionKey; in onMatchedLogEventLocked() local 136 getDimensionForCondition(event.getValues(), link, &conditionKey[link.conditionId]); in onMatchedLogEventLocked() 139 mWizard->query(mConditionTrackerIndex, conditionKey, in onMatchedLogEventLocked() 185 onMatchedLogEventInternalLocked(matcherIndex, metricKey, conditionKey, condition, event, in onMatchedLogEventLocked()
|
D | RestrictedEventMetricProducer.h | 44 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | DurationMetricProducer.cpp | 829 ConditionKey conditionKey; in handleMatchedLogEventValuesLocked() local 832 getDimensionForCondition(values, link, &conditionKey[link.conditionId]); in handleMatchedLogEventValuesLocked() 836 mWizard->query(mConditionTrackerIndex, conditionKey, in handleMatchedLogEventValuesLocked() 846 handleStartEvent(MetricDimensionKey(dimensionInWhat, stateValuesKey), conditionKey, condition, in handleMatchedLogEventValuesLocked()
|
D | EventMetricProducer.h | 57 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | RestrictedEventMetricProducer.cpp | 51 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
D | CountMetricProducer.h | 70 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | GaugeMetricProducer.h | 114 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | EventMetricProducer.cpp | 225 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
D | ValueMetricProducer.h | 147 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | CountMetricProducer.cpp | 372 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
D | MetricProducer.h | 434 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | GaugeMetricProducer.cpp | 550 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
D | ValueMetricProducer.cpp | 680 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
/packages/modules/StatsD/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 66 ConditionKey conditionKey; in init() local 68 conditionKey[mConditionId] = DEFAULT_DIMENSION_KEY; in init() 70 isConditionMet(conditionKey, allConditionTrackers, mSliced, conditionCache); in init()
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 47 const HashableDimensionKey conditionKey = getMockedDimensionKey(TagId, 4, "1"); variable 254 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 303 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 392 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST()
|
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.cpp | 66 const int64_t eventTime, const ConditionKey& conditionKey, in noteStart() argument 75 duration.conditionKeys = conditionKey; in noteStart()
|
D | MaxDurationTracker.h | 40 const ConditionKey& conditionKey, size_t dimensionHardLimit) override;
|
D | OringDurationTracker.h | 38 const ConditionKey& conditionKey, size_t dimensionHardLimit) override;
|
D | OringDurationTracker.cpp | 68 const int64_t eventTime, const ConditionKey& conditionKey, in noteStart() argument 85 mConditionKeyMap[key] = conditionKey; in noteStart()
|
D | DurationTracker.h | 106 const ConditionKey& conditionKey, size_t dimensionHardLimit) = 0;
|