Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/anomaly/
DDurationAnomalyTracker.cpp38 void DurationAnomalyTracker::startAlarm(const MetricDimensionKey& dimensionKey, in startAlarm()
59 void DurationAnomalyTracker::stopAlarm(const MetricDimensionKey& dimensionKey, in stopAlarm()
DDurationAnomalyTracker.h57 uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const override { in getAlarmTimestampSec()
Dsubscriber_util.cpp28 void triggerSubscribers(int64_t ruleId, int64_t metricId, const MetricDimensionKey& dimensionKey, in triggerSubscribers()
DAnomalyTracker.h131 virtual uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const { in getAlarmTimestampSec()
/frameworks/base/cmds/statsd/src/subscriber/
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()
/frameworks/base/cmds/statsd/src/metrics/
DDurationMetricProducer.cpp388 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
525 HashableDimensionKey dimensionKey = DEFAULT_DIMENSION_KEY; in handleStartEvent() local
DCountMetricProducer.cpp193 const MetricDimensionKey& dimensionKey = counter.first; in onDumpReportLocked() local
DGaugeMetricProducer.cpp233 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
DValueMetricProducer.cpp310 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
/frameworks/base/cmds/statsd/tests/
DFieldValue_test.cpp340 HashableDimensionKey dimensionKey; in TEST() local