Searched defs:pullTagId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
H A DGaugeMetricProducer.cpp73 const sp<ConditionWizard>& wizard, const int pullTagId,
78 mPullTagId(pullTagId),
80 mDimensionSoftLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) !=
82 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).first
84 mDimensionHardLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) !=
86 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).second
142 const sp<ConditionWizard>& wizard, const int pullTagId,
144 : GaugeMetricProducer(key, metric, conditionIndex, wizard, pullTagId, timeBaseNs, startTimeNs,
71 GaugeMetricProducer(const ConfigKey& key, const GaugeMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs, shared_ptr<StatsPullerManager> statsPullerManager) argument
140 GaugeMetricProducer(const ConfigKey& key, const GaugeMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs) argument
H A DValueMetricProducer.cpp75 const sp<ConditionWizard>& wizard, const int pullTagId,
81 mPullTagId(pullTagId),
83 mDimensionSoftLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) !=
85 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).first
87 mDimensionHardLimit(StatsdStats::kAtomDimensionKeySizeLimitMap.find(pullTagId) !=
89 ? StatsdStats::kAtomDimensionKeySizeLimitMap.at(pullTagId).second
141 const sp<ConditionWizard>& wizard, const int pullTagId,
143 : ValueMetricProducer(key, metric, conditionIndex, wizard, pullTagId, timeBaseNs, startTimeNs,
73 ValueMetricProducer(const ConfigKey& key, const ValueMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int pullTagId, const int64_t timeBaseNs, const int64_t startTimestampNs, shared_ptr<StatsPullerManager> statsPullerManager) argument
139 ValueMetricProducer(const ConfigKey& key, const ValueMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs) argument
H A Dmetrics_manager_util.cpp451 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; local
469 wizard, pullTagId,
511 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1; local
529 key, metric, conditionIndex, wizard, pullTagId, timeBaseTimeNs, currentTimeNs);

Completed in 33 milliseconds