Searched refs:atomMatcher (Results 1 – 8 of 8) sorted by relevance
291 final AtomMatcher atomMatcher = createAtomMatcher(atomId, atomMatcherId++); in createConfig() local292 simpleAtomMatchers.add(atomMatcher); in createConfig()293 builder.addAtomMatcher(atomMatcher); in createConfig()307 for (AtomMatcher atomMatcher : simpleAtomMatchers) { in createConfig()311 .setWhat(atomMatcher.getId()); in createConfig()
44 for (StatsdConfigProto.AtomMatcher atomMatcher : atomMatchers) { in findAndRemoveAtomMatcherById()45 if (id == atomMatcher.getId()) { in findAndRemoveAtomMatcherById()47 match = atomMatcher; in findAndRemoveAtomMatcherById()
38 auto atomMatcher = CreateSimpleAtomMatcher("", util::APP_START_OCCURRED); in CreateStatsdConfigForPushedEvent() local39 *config.add_atom_matcher() = atomMatcher; in CreateStatsdConfigForPushedEvent()48 gaugeMetric->set_what(atomMatcher.id()); in CreateStatsdConfigForPushedEvent()
42 auto atomMatcher = CreateSimpleAtomMatcher("TestMatcher", ATOM_TAG); in CreateStatsdConfig() local43 *config.add_atom_matcher() = atomMatcher; in CreateStatsdConfig()52 gaugeMetric->set_what(atomMatcher.id()); in CreateStatsdConfig()
55 AtomMatcher atomMatcher = in testGaugeMetric() local61 builder.addAtomMatcher(atomMatcher); in testGaugeMetric()
57 AtomMatcher atomMatcher = in testValueMetric() local63 builder.addAtomMatcher(atomMatcher); in testValueMetric()
671 sp<AtomMatchingTracker> atomMatcher = allAtomMatchingTrackers.at(trackerIndex); in createValueMetricProducerAndUpdateMetadata() local673 if (atomMatcher->getAtomIds().size() != 1) { in createValueMetricProducerAndUpdateMetadata()676 int atomTagId = *(atomMatcher->getAtomIds().begin()); in createValueMetricProducerAndUpdateMetadata()775 sp<AtomMatchingTracker> atomMatcher = allAtomMatchingTrackers.at(trackerIndex); in createGaugeMetricProducerAndUpdateMetadata() local777 if (atomMatcher->getAtomIds().size() != 1) { in createGaugeMetricProducerAndUpdateMetadata()780 int atomTagId = *(atomMatcher->getAtomIds().begin()); in createGaugeMetricProducerAndUpdateMetadata()
1136 SimpleAtomMatcher atomMatcher; in createEventMatcherWizard() local1137 atomMatcher.set_atom_id(tagId); in createEventMatcherWizard()1139 *atomMatcher.add_field_value_matcher() = fvm; in createEventMatcherWizard()1144 matcherId, matcherIndex, matcherHash, atomMatcher, uidMap)}); in createEventMatcherWizard()