/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricProducer.cpp | 122 ConditionKey conditionKey; in onMatchedLogEventLocked() local 125 getDimensionForCondition(event.getValues(), link, &conditionKey[link.conditionId]); in onMatchedLogEventLocked() 128 mWizard->query(mConditionTrackerIndex, conditionKey, in onMatchedLogEventLocked() 174 onMatchedLogEventInternalLocked(matcherIndex, metricKey, conditionKey, condition, event, in onMatchedLogEventLocked()
|
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()
|
D | EventMetricProducer.h | 56 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | CountMetricProducer.h | 67 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | GaugeMetricProducer.h | 107 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | EventMetricProducer.cpp | 204 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
D | ValueMetricProducer.h | 141 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | CountMetricProducer.cpp | 327 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
D | MetricProducer.h | 423 const ConditionKey& conditionKey, bool condition, const LogEvent& event,
|
D | GaugeMetricProducer.cpp | 517 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
D | ValueMetricProducer.cpp | 635 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked() argument
|
/packages/modules/StatsD/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 65 ConditionKey conditionKey; in init() local 67 conditionKey[mConditionId] = DEFAULT_DIMENSION_KEY; in init() 69 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 245 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 293 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST() 378 conditionKey1[StringToId("APP_BACKGROUND")] = conditionKey; in TEST()
|
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.cpp | 60 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart() argument 68 duration.conditionKeys = conditionKey; in noteStart()
|
D | OringDurationTracker.h | 39 const ConditionKey& conditionKey) override;
|
D | MaxDurationTracker.h | 40 const ConditionKey& conditionKey) override;
|
D | OringDurationTracker.cpp | 60 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart() argument 76 mConditionKeyMap[key] = conditionKey; in noteStart()
|
D | DurationTracker.h | 101 const ConditionKey& conditionKey) = 0;
|