Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/matchers/
DSimpleAtomMatchingTracker.cpp46 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init()
79 const LogEvent& event, int matcherIndex, in onLogEvent()
DCombinationAtomMatchingTracker.cpp41 int matcherIndex, const vector<AtomMatcher>& allAtomMatchers, in init()
142 const LogEvent& event, int matcherIndex, in onLogEvent()
DEventMatcherWizard.cpp22 MatchLogEventResult EventMatcherWizard::matchLogEvent(const LogEvent& event, int matcherIndex) { in matchLogEvent()
/packages/modules/StatsD/statsd/src/metrics/
DRestrictedEventMetricProducer.cpp50 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DDurationMetricProducer.cpp717 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()
DMetricsManager.cpp611 for (const auto& matcherIndex : matchersIt->second) { in onLogEvent() local
763 for (const auto matcherIndex : matchersIndexesListForLostAtom) { in notifyMetricsAboutLostAtom() local
DEventMetricProducer.cpp224 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DMetricProducer.cpp118 void MetricProducer::onMatchedLogEventLocked(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEventLocked()
DCountMetricProducer.cpp371 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DGaugeMetricProducer.cpp549 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DValueMetricProducer.cpp679 const size_t matcherIndex, const MetricDimensionKey& eventKey, in onMatchedLogEventInternalLocked()
DMetricProducer.h208 void onMatchedLogEvent(const size_t matcherIndex, const LogEvent& event) { in onMatchedLogEvent()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dconfig_update_utils.cpp204 for (size_t matcherIndex = 0; matcherIndex < newAtomMatchingTrackers.size(); matcherIndex++) { in updateAtomMatchingTrackers() local
Dmetrics_manager_util.cpp1468 for (size_t matcherIndex = 0; matcherIndex < allAtomMatchingTrackers.size(); matcherIndex++) { in initAtomMatchingTrackers() local
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp1565 int tagId, int matcherIndex, const vector<FieldValueMatcher>& fieldValueMatchers) { in createEventMatcherWizard()