Home
last modified time | relevance | path

Searched defs:dimensionKey (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/anomaly/
H A DAnomalyTracker.h116 virtual void startAlarm(const MetricDimensionKey& dimensionKey, const int64_t& eventTime) { in startAlarm()
123 virtual void stopAlarm(const MetricDimensionKey& dimensionKey, const int64_t& timestampNs) { in stopAlarm()
154 virtual uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const { in getAlarmTimestampSec()
H A DDurationAnomalyTracker.cpp38 void DurationAnomalyTracker::startAlarm(const MetricDimensionKey& dimensionKey, in startAlarm()
59 void DurationAnomalyTracker::stopAlarm(const MetricDimensionKey& dimensionKey, in stopAlarm()
H A DDurationAnomalyTracker.h57 uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const override { in getAlarmTimestampSec()
H A Dsubscriber_util.cpp28 void triggerSubscribers(int64_t ruleId, int64_t metricId, const MetricDimensionKey& dimensionKey, in triggerSubscribers()
/aosp12/packages/modules/StatsD/statsd/src/subscriber/
H A DIncidentdReporter.cpp57 void getProtoData(const int64_t& rule_id, int64_t metricId, const MetricDimensionKey& dimensionKey, in getProtoData()
125 const MetricDimensionKey& dimensionKey, int64_t metricValue, in GenerateIncidentReport()
/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DDurationMetricProducer.cpp524 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
661 HashableDimensionKey dimensionKey = DEFAULT_DIMENSION_KEY; in handleStartEvent() local
H A DCountMetricProducer.cpp240 const MetricDimensionKey& dimensionKey = counter.first; in onDumpReportLocked() local
H A DGaugeMetricProducer.cpp294 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
H A DValueMetricProducer.cpp358 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
/aosp12/packages/modules/StatsD/statsd/tests/
H A DFieldValue_test.cpp334 HashableDimensionKey dimensionKey; in TEST() local