Searched refs:pullTagId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/statsd/tests/external/ |
D | StatsPuller_test.cpp | 39 int pullTagId = 10014; variable 47 FakePuller() : StatsPuller(pullTagId){}; in FakePuller() 60 shared_ptr<LogEvent> event = make_shared<LogEvent>(pullTagId, eventTimeNs); in createSimpleEvent() 87 EXPECT_EQ(pullTagId, dataHolder[0]->GetTagId()); in TEST_F() 101 EXPECT_EQ(pullTagId, dataHolder[0]->GetTagId()); in TEST_F() 115 EXPECT_EQ(pullTagId, dataHolder[0]->GetTagId()); in TEST_F() 185 EXPECT_EQ(pullTagId, dataHolder[0]->GetTagId()); in TEST_F() 198 EXPECT_EQ(pullTagId, dataHolder[0]->GetTagId()); in TEST_F()
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | GaugeMetricProducer.cpp | 72 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int triggerAtomId, in GaugeMetricProducer() argument 79 mPullTagId(pullTagId), in GaugeMetricProducer() 82 mIsPulled(pullTagId != -1), in GaugeMetricProducer() 86 mDimensionSoftLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) != in GaugeMetricProducer() 88 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).first in GaugeMetricProducer() 90 mDimensionHardLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) != in GaugeMetricProducer() 92 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).second in GaugeMetricProducer()
|
D | ValueMetricProducer.cpp | 79 const sp<EventMatcherWizard>& matcherWizard, const int pullTagId, const int64_t timeBaseNs, in ValueMetricProducer() argument 85 mPullTagId(pullTagId), in ValueMetricProducer() 86 mIsPulled(pullTagId != -1), in ValueMetricProducer() 88 mDimensionSoftLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) != in ValueMetricProducer() 90 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).first in ValueMetricProducer() 92 mDimensionHardLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) != in ValueMetricProducer() 94 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).second in ValueMetricProducer()
|
D | metrics_manager_util.cpp | 485 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics() local 503 key, metric, conditionIndex, wizard, trackerIndex, matcherWizard, pullTagId, in initMetrics() 545 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; in initMetrics() local 550 if (pullTagId == -1) { in initMetrics() 567 if (!metric.has_trigger_event() && pullTagId != -1 && in initMetrics() 590 trackerIndex, matcherWizard, pullTagId, triggerAtomId, atomTagId, in initMetrics()
|
D | GaugeMetricProducer.h | 63 const int pullTagId, const int triggerAtomId, const int atomId,
|
D | ValueMetricProducer.h | 57 const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs,
|