HomeSort by relevance Sort by last modified time
    Searched refs:pullTagId (Results 1 - 5 of 5) sorted by null

  /frameworks/base/cmds/statsd/src/metrics/
ValueMetricProducer.cpp 75 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,
GaugeMetricProducer.cpp 73 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,
GaugeMetricProducer.h 61 const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs);
100 const int pullTagId,
ValueMetricProducer.h 43 const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs);
122 const int pullTagId, const int64_t timeBaseNs, const int64_t startTimeNs,
metrics_manager_util.cpp 451 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1;
469 wizard, pullTagId,
511 int pullTagId = statsPullerManager.PullerForMatcherExists(atomTagId) ? atomTagId : -1;
529 key, metric, conditionIndex, wizard, pullTagId, timeBaseTimeNs, currentTimeNs);

Completed in 71 milliseconds