Searched defs:matcherIndex (Results 1 – 12 of 12) sorted by relevance
| /packages/modules/StatsD/statsd/src/metrics/ |
| D | DurationMetricProducer.cpp | 704 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() 710 void DurationMetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, in onMatchedLogEventLocked() 716 void DurationMetricProducer::handleMatchedLogEventValuesLocked(const size_t matcherIndex, in handleMatchedLogEventValuesLocked()
|
| D | RestrictedEventMetricProducer.cpp | 49 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | EventMetricProducer.cpp | 207 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | MetricProducer.cpp | 117 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked()
|
| D | CountMetricProducer.cpp | 352 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | GaugeMetricProducer.cpp | 527 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | ValueMetricProducer.cpp | 645 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
| D | MetricProducer.h | 231 void onMatchedLogEvent(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEvent()
|
| D | MetricsManager.cpp | 615 for (const auto& matcherIndex : matchersIt->second) { in onLogEvent() local
|
| /packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
| D | config_update_utils.cpp | 204 for (size_t matcherIndex = 0; matcherIndex < newAtomMatchingTrackers.size(); matcherIndex++) { in updateAtomMatchingTrackers() local
|
| D | metrics_manager_util.cpp | 1319 for (size_t matcherIndex = 0; matcherIndex < allAtomMatchingTrackers.size(); matcherIndex++) { in initAtomMatchingTrackers() local
|
| /packages/modules/StatsD/statsd/tests/ |
| D | statsd_test_util.cpp | 1468 int tagId, int matcherIndex, const vector<FieldValueMatcher>& fieldValueMatchers) { in createEventMatcherWizard()
|