Searched defs:conditionIndex (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
H A DEventMetricProducer.cpp55 const int conditionIndex,
58 : MetricProducer(metric.id(), key, startTimeNs, conditionIndex, wizard) {
54 EventMetricProducer(const ConfigKey& key, const EventMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int64_t startTimeNs) argument
H A DCountMetricProducer.cpp67 const int conditionIndex,
70 : MetricProducer(metric.id(), key, startTimeNs, conditionIndex, wizard) {
66 CountMetricProducer(const ConfigKey& key, const CountMetric& metric, const int conditionIndex, const sp<ConditionWizard>& wizard, const int64_t startTimeNs) argument
H A DMetricProducer.h44 const int conditionIndex, const sp<ConditionWizard>& wizard)
50 mCondition(conditionIndex >= 0 ? false : true),
53 mConditionTrackerIndex(conditionIndex),
43 MetricProducer(const int64_t& metricId, const ConfigKey& key, const int64_t timeBaseNs, const int conditionIndex, const sp<ConditionWizard>& wizard) argument
H A DDurationMetricProducer.cpp66 const int conditionIndex, const size_t startIndex,
72 : MetricProducer(metric.id(), key, startTimeNs, conditionIndex, wizard),
65 DurationMetricProducer(const ConfigKey& key, const DurationMetric& metric, const int conditionIndex, const size_t startIndex, const size_t stopIndex, const size_t stopAllIndex, const bool nesting, const sp<ConditionWizard>& wizard, const FieldMatcher& internalDimensions, const int64_t startTimeNs) argument
H A DGaugeMetricProducer.cpp72 const int conditionIndex,
76 : MetricProducer(metric.id(), key, timeBaseNs, conditionIndex, wizard),
141 const int conditionIndex,
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.cpp74 const int conditionIndex,
78 : MetricProducer(metric.id(), key, timeBaseNs, conditionIndex, wizard),
140 const int conditionIndex,
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.cpp90 vector<sp<ConditionTracker>>& allConditionTrackers, int& conditionIndex,
108 conditionIndex = condition_it->second;
300 int conditionIndex = -1; local
304 allConditionTrackers, conditionIndex, conditionToMetricMap);
316 new CountMetricProducer(key, metric, conditionIndex, wizard, timeBaseTimeNs);
368 int conditionIndex = -1; local
373 allConditionTrackers, conditionIndex, conditionToMetricMap);
385 key, metric, conditionIndex, trackerIndices[0], trackerIndices[1],
406 int conditionIndex = -1; local
410 allConditionTrackers, conditionIndex, conditionToMetricMa
85 handleMetricWithConditions( const int64_t condition, const int metricIndex, const unordered_map<int64_t, int>& conditionTrackerMap, const ::google::protobuf::RepeatedPtrField<::android::os::statsd::MetricConditionLink>& links, vector<sp<ConditionTracker>>& allConditionTrackers, int& conditionIndex, unordered_map<int, std::vector<int>>& conditionToMetricMap) argument
453 int conditionIndex = -1; local
513 int conditionIndex = -1; local
[all...]
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp29 sp<ConditionWizard> wizard, int conditionIndex,
35 : DurationTracker(key, id, eventKey, wizard, conditionIndex, dimensionInCondition, nesting,
40 mWizard->equalOutputDimensions(conditionIndex, mDimensionInCondition);
27 MaxDurationTracker(const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, sp<ConditionWizard> wizard, int conditionIndex, const vector<Matcher>& dimensionInCondition, bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, int64_t bucketSizeNs, bool conditionSliced, bool fullLink, const vector<sp<DurationAnomalyTracker>>& anomalyTrackers) argument
H A DOringDurationTracker.cpp29 sp<ConditionWizard> wizard, int conditionIndex, const vector<Matcher>& dimensionInCondition,
33 : DurationTracker(key, id, eventKey, wizard, conditionIndex, dimensionInCondition, nesting,
41 mWizard->equalOutputDimensions(conditionIndex, mDimensionInCondition);
27 OringDurationTracker( const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, sp<ConditionWizard> wizard, int conditionIndex, const vector<Matcher>& dimensionInCondition, bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, int64_t bucketSizeNs, bool conditionSliced, bool fullLink, const vector<sp<DurationAnomalyTracker>>& anomalyTrackers) argument
H A DDurationTracker.h63 sp<ConditionWizard> wizard, int conditionIndex,
72 mConditionTrackerIndex(conditionIndex),
62 DurationTracker(const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, sp<ConditionWizard> wizard, int conditionIndex, const std::vector<Matcher>& dimensionInCondition, bool nesting, int64_t currentBucketStartNs, int64_t currentBucketNum, int64_t startTimeNs, int64_t bucketSizeNs, bool conditionSliced, bool fullLink, const std::vector<sp<DurationAnomalyTracker>>& anomalyTrackers) argument

Completed in 160 milliseconds