Searched defs:matcherIndex (Results 1 – 15 of 15) sorted by relevance
/packages/modules/StatsD/statsd/src/matchers/ |
D | SimpleAtomMatchingTracker.cpp | 46 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init() 79 const LogEvent& event, int matcherIndex, in onLogEvent()
|
D | CombinationAtomMatchingTracker.cpp | 41 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init() 142 const LogEvent& event, int matcherIndex, in onLogEvent()
|
D | EventMatcherWizard.cpp | 22 MatchLogEventResult EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcherIndex) { in matchLogEvent()
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | RestrictedEventMetricProducer.cpp | 50 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | DurationMetricProducer.cpp | 717 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked() 723 void DurationMetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, in onMatchedLogEventLocked() 729 void DurationMetricProducer::handleMatchedLogEventValuesLocked(const size_t matcherIndex, in handleMatchedLogEventValuesLocked()
|
D | MetricsManager.cpp | 611 for (const auto& matcherIndex : matchersIt->second) { in onLogEvent() local 763 for (const auto matcherIndex : matchersIndexesListForLostAtom) { in notifyMetricsAboutLostAtom() local
|
D | EventMetricProducer.cpp | 224 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | MetricProducer.cpp | 118 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked()
|
D | CountMetricProducer.cpp | 371 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | GaugeMetricProducer.cpp | 549 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | ValueMetricProducer.cpp | 679 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
|
D | MetricProducer.h | 208 void onMatchedLogEvent(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEvent()
|
/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 | 1468 for (size_t matcherIndex = 0; matcherIndex < allAtomMatchingTrackers.size(); matcherIndex++) { in initAtomMatchingTrackers() local
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 1565 int tagId, int matcherIndex, const vector<FieldValueMatcher>& fieldValueMatchers) { in createEventMatcherWizard()
|