Searched defs:dimensionKey (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/cmds/statsd/src/anomaly/ |
D | DurationAnomalyTracker.cpp | 38 void DurationAnomalyTracker::startAlarm(const MetricDimensionKey& dimensionKey, in startAlarm() 59 void DurationAnomalyTracker::stopAlarm(const MetricDimensionKey& dimensionKey, in stopAlarm()
|
D | DurationAnomalyTracker.h | 57 uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const override { in getAlarmTimestampSec()
|
D | subscriber_util.cpp | 33 void triggerSubscribers(int64_t ruleId, int64_t metricId, const MetricDimensionKey& dimensionKey, in triggerSubscribers()
|
D | AnomalyTracker.h | 121 virtual uint32_t getAlarmTimestampSec(const MetricDimensionKey& dimensionKey) const { in getAlarmTimestampSec()
|
/frameworks/base/cmds/statsd/src/condition/ |
D | SimpleConditionTracker.cpp | 394 HashableDimensionKey dimensionKey; in isConditionMet() local 412 HashableDimensionKey dimensionKey; in isConditionMet() local 450 HashableDimensionKey dimensionKey; in getMetConditionDimension() local
|
/frameworks/base/cmds/statsd/src/subscriber/ |
D | IncidentdReporter.cpp | 61 void getProtoData(const int64_t& rule_id, int64_t metricId, const MetricDimensionKey& dimensionKey, in getProtoData() 138 const MetricDimensionKey& dimensionKey, int64_t metricValue, in GenerateIncidentReport()
|
/frameworks/base/cmds/statsd/tests/e2e/ |
D | Anomaly_duration_sum_e2e_test.cpp | 82 MetricDimensionKey dimensionKey( variable
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | DurationMetricProducer.cpp | 542 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local 721 HashableDimensionKey dimensionKey = DEFAULT_DIMENSION_KEY; in handleStartEvent() local
|
D | CountMetricProducer.cpp | 186 const MetricDimensionKey& dimensionKey = counter.first; in onDumpReportLocked() local
|
D | GaugeMetricProducer.cpp | 233 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
|
D | ValueMetricProducer.cpp | 267 const MetricDimensionKey& dimensionKey = pair.first; in onDumpReportLocked() local
|