Home
last modified time | relevance | path

Searched defs:matcherIndex (Results 1 – 8 of 8) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DDurationMetricProducer.cpp668 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
674 void DurationMetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, in onMatchedLogEventLocked()
680 void DurationMetricProducer::handleMatchedLogEventValuesLocked(const size_t matcherIndex, in handleMatchedLogEventValuesLocked()
DEventMetricProducer.cpp190 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DMetricProducer.cpp109 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked()
DCountMetricProducer.cpp326 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.cpp515 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DMetricProducer.h204 void onMatchedLogEvent(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEvent()
DValueMetricProducer.cpp826 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1134 int tagId, int matcherIndex, const vector<FieldValueMatcher>& fieldValueMatchers) { in createEventMatcherWizard()