Home
last modified time | relevance | path

Searched defs:metricValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/statsd/src/anomaly/
Dsubscriber_util.cpp34 int64_t metricValue, const ConfigKey& configKey, in triggerSubscribers()
DAnomalyTracker.cpp211 const MetricDimensionKey& key, int64_t metricValue) { in declareAnomaly()
260 int64_t metricValue) { in informSubscribers()
/frameworks/base/cmds/statsd/src/subscriber/
DIncidentdReporter.cpp62 int64_t metricValue, const ConfigKey& configKey, const string& reason, in getProtoData()
138 const MetricDimensionKey& dimensionKey, int64_t metricValue, in GenerateIncidentReport()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java685 StringBuilder metricValue = new StringBuilder(); in saveMetrics() local