Searched defs:conditionKey (Results 1 – 11 of 11) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/ |
D | RestrictedEventMetricProducer.cpp | 51 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | EventMetricProducer.cpp | 225 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | MetricProducer.cpp | 133 ConditionKey conditionKey; in onMatchedLogEventLocked() local
|
D | CountMetricProducer.cpp | 372 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | GaugeMetricProducer.cpp | 550 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | ValueMetricProducer.cpp | 680 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | DurationMetricProducer.cpp | 829 ConditionKey conditionKey; in handleMatchedLogEventValuesLocked() local
|
/packages/modules/StatsD/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 66 ConditionKey conditionKey; in init() local
|
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.cpp | 66 const int64_t eventTime, const ConditionKey& conditionKey, in noteStart()
|
D | OringDurationTracker.cpp | 68 const int64_t eventTime, const ConditionKey& conditionKey, in noteStart()
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 47 const HashableDimensionKey conditionKey = getMockedDimensionKey(TagId, 4, "1"); variable
|