Searched defs:conditionKey (Results 1 – 10 of 10) sorted by relevance
/packages/modules/StatsD/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 68 ConditionKey conditionKey; in init() local
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | EventMetricProducer.cpp | 191 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | MetricProducer.cpp | 120 ConditionKey conditionKey; in onMatchedLogEventLocked() local
|
D | CountMetricProducer.cpp | 327 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | GaugeMetricProducer.cpp | 516 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
D | DurationMetricProducer.cpp | 761 ConditionKey conditionKey; in handleMatchedLogEventValuesLocked() local
|
D | ValueMetricProducer.cpp | 827 const ConditionKey& conditionKey, bool condition, const LogEvent& event, in onMatchedLogEventInternalLocked()
|
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.cpp | 60 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart()
|
D | OringDurationTracker.cpp | 60 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
|