Home
last modified time | relevance | path

Searched refs:Interval (Results 1 – 11 of 11) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DKllMetricProducer.cpp113 vector<Interval>& intervals, Empty& empty) { in aggregateFields()
117 Interval& interval = intervals[i]; in aggregateFields()
141 int64_t bucketEndTimeNs, vector<Interval>& intervals) { in buildPartialBucket()
145 for (Interval& interval : intervals) { in buildPartialBucket()
DValueMetricProducer.h272 struct Interval { struct
295 std::vector<Interval> intervals; argument
341 std::vector<Interval>& intervals) = 0;
376 const LogEvent& event, std::vector<Interval>& intervals,
DNumericValueMetricProducer.h110 std::vector<Interval>& intervals) override;
112 bool valuePassesThreshold(const Interval& interval) const;
114 NumericValue getFinalValue(const Interval& interval) const;
133 const LogEvent& event, std::vector<Interval>& intervals,
DKllMetricProducer.h99 int64_t bucketEndTime, std::vector<Interval>& intervals) override;
109 const LogEvent& event, std::vector<Interval>& intervals,
DNumericValueMetricProducer.cpp442 const LogEvent& event, vector<Interval>& intervals, in aggregateFields()
459 Interval& interval = intervals[i]; in aggregateFields()
625 int64_t bucketEndTimeNs, vector<Interval>& intervals) { in buildPartialBucket()
636 for (const Interval& interval : intervals) { in buildPartialBucket()
773 bool NumericValueMetricProducer::valuePassesThreshold(const Interval& interval) const { in valuePassesThreshold()
799 NumericValue NumericValueMetricProducer::getFinalValue(const Interval& interval) const { in getFinalValue()
DValueMetricProducer.cpp653 for (const Interval& interval : currentBucket.intervals) { in dumpStatesLocked()
744 vector<Interval>& intervals = currentBucket.intervals; in onMatchedLogEventInternalLocked()
/packages/services/Car/cpp/watchdog/server/sysprop/
DWatchdogProperties.sysprop18 # Interval in seconds between consecutive boot-time performance data collections.
63 # Interval in seconds between consecutive periodic performance data collections.
81 # Interval in seconds between consecutive periodic performance data monitoring.
/packages/modules/Uwb/flags/
Duwb_flags.aconfig52 description: "Implement CR-423: Remove Interval-based scheduling for Fira 2.0+ devices"
/packages/modules/HealthFitness/testapps/toolbox/
DREADME.md25 * Interval Record - These records take place over an interval of time therefore they have a
/packages/modules/StatsD/statsd/tests/metrics/
DKllMetricProducer_test.cpp249 const KllMetricProducer::Interval& curInterval0 = in TEST()
284 const KllMetricProducer::Interval& curInterval0 = in TEST()
DNumericValueMetricProducer_test.cpp629 NumericValueMetricProducer::Interval curInterval = in TEST()
878 NumericValueMetricProducer::Interval curInterval = in TEST()
936 NumericValueMetricProducer::Interval curInterval = in TEST()
1204 NumericValueMetricProducer::Interval curInterval = in TEST()
1277 NumericValueMetricProducer::Interval curInterval = in TEST()
1355 NumericValueMetricProducer::Interval curInterval = in TEST()
1392 NumericValueMetricProducer::Interval curInterval = in TEST()
1434 NumericValueMetricProducer::Interval curInterval; in TEST()
1480 NumericValueMetricProducer::Interval curInterval = in TEST()
1518 NumericValueMetricProducer::Interval curInterval = in TEST()
[all …]