Searched refs:matcherIndex (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/ |
D | MetricProducer.h | 168 void onMatchedLogEvent(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEvent() argument 170 onMatchedLogEventLocked(matcherIndex, event); in onMatchedLogEvent() 335 const size_t matcherIndex, const MetricDimensionKey& eventKey, 340 virtual void onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event);
|
D | DurationMetricProducer.h | 62 void onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) override; 65 const size_t matcherIndex, const MetricDimensionKey& eventKey,
|
D | EventMetricProducer.h | 50 const size_t matcherIndex, const MetricDimensionKey& eventKey,
|
D | DurationMetricProducer.cpp | 534 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() argument 540 void DurationMetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, in onMatchedLogEventLocked() argument 552 if (matcherIndex == mStopAllIndex) { in onMatchedLogEventLocked() 600 if (matcherIndex == mStopIndex) { in onMatchedLogEventLocked()
|
D | MetricProducer.cpp | 74 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked() argument 137 onMatchedLogEventInternalLocked(matcherIndex, metricKey, conditionKey, condition, event, in onMatchedLogEventLocked()
|
D | CountMetricProducer.h | 62 const size_t matcherIndex, const MetricDimensionKey& eventKey,
|
D | GaugeMetricProducer.h | 101 const size_t matcherIndex, const MetricDimensionKey& eventKey,
|
D | EventMetricProducer.cpp | 146 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() argument
|
D | ValueMetricProducer.h | 98 const size_t matcherIndex, const MetricDimensionKey& eventKey,
|
D | CountMetricProducer.cpp | 279 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() argument
|
D | GaugeMetricProducer.cpp | 454 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() argument
|
D | ValueMetricProducer.cpp | 737 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() argument
|