Searched refs:Interval (Results 1 – 11 of 11) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/ |
D | KllMetricProducer.cpp | 113 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()
|
D | ValueMetricProducer.h | 272 struct Interval { struct 295 std::vector<Interval> intervals; argument 341 std::vector<Interval>& intervals) = 0; 376 const LogEvent& event, std::vector<Interval>& intervals,
|
D | NumericValueMetricProducer.h | 110 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,
|
D | KllMetricProducer.h | 99 int64_t bucketEndTime, std::vector<Interval>& intervals) override; 109 const LogEvent& event, std::vector<Interval>& intervals,
|
D | NumericValueMetricProducer.cpp | 442 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()
|
D | ValueMetricProducer.cpp | 653 for (const Interval& interval : currentBucket.intervals) { in dumpStatesLocked() 744 vector<Interval>& intervals = currentBucket.intervals; in onMatchedLogEventInternalLocked()
|
/packages/services/Car/cpp/watchdog/server/sysprop/ |
D | WatchdogProperties.sysprop | 18 # 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/ |
D | uwb_flags.aconfig | 52 description: "Implement CR-423: Remove Interval-based scheduling for Fira 2.0+ devices"
|
/packages/modules/HealthFitness/testapps/toolbox/ |
D | README.md | 25 * Interval Record - These records take place over an interval of time therefore they have a
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | KllMetricProducer_test.cpp | 249 const KllMetricProducer::Interval& curInterval0 = in TEST() 284 const KllMetricProducer::Interval& curInterval0 = in TEST()
|
D | NumericValueMetricProducer_test.cpp | 629 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 …]
|