Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/anomaly/
DAnomalyTracker.h115 virtual void startAlarm(const MetricDimensionKey& dimensionKey, int64_t eventTime) { in startAlarm()
122 virtual void stopAlarm(const MetricDimensionKey& dimensionKey, int64_t timestampNs) { in stopAlarm()
154 virtual uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const { in getAlarmTimestampSec()
DDurationAnomalyTracker.cpp38 void DurationAnomalyTracker::startAlarm(const MetricDimensionKey& dimensionKey, in startAlarm()
59 void DurationAnomalyTracker::stopAlarm(const MetricDimensionKey& dimensionKey, in stopAlarm()
DDurationAnomalyTracker.h56 uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const override { in getAlarmTimestampSec()
Dsubscriber_util.cpp32 const MetricDimensionKey& dimensionKey, int64_t metricValue, in triggerSubscribers()
/packages/modules/StatsD/statsd/src/subscriber/
DIncidentdReporter.cpp57 void getProtoData(const int64_t& rule_id, int64_t metricId, const MetricDimensionKey& dimensionKey, in getProtoData()
127 const MetricDimensionKey& dimensionKey, int64_t metricValue, in GenerateIncidentReport()
/packages/modules/StatsD/statsd/src/metrics/
DDurationMetricProducer.cpp552 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
709 HashableDimensionKey dimensionKey = DEFAULT_DIMENSION_KEY; in handleStartEvent() local
DCountMetricProducer.cpp263 const MetricDimensionKey& dimensionKey = counter.first; in onDumpReportLocked() local
DGaugeMetricProducer.cpp312 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp703 HashableDimensionKey dimensionKey; in TEST() local