Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/subscriber/
DIncidentdReporter.cpp58 int64_t metricValue, const ConfigKey& configKey, const string& reason, in getProtoData()
125 const MetricDimensionKey& dimensionKey, int64_t metricValue, in GenerateIncidentReport()
/frameworks/base/cmds/statsd/src/anomaly/
Dsubscriber_util.cpp29 int64_t metricValue, const ConfigKey& configKey, in triggerSubscribers()
DAnomalyTracker.cpp214 const MetricDimensionKey& key, int64_t metricValue) { in declareAnomaly()
263 int64_t metricValue) { in informSubscribers()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java688 StringBuilder metricValue = new StringBuilder(); in saveMetrics() local