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.cpp29 int64_t metricValue, const ConfigKey& configKey, in triggerSubscribers()
DAnomalyTracker.cpp212 const MetricDimensionKey& key, int64_t metricValue) { in declareAnomaly()
261 int64_t metricValue) { in informSubscribers()
/frameworks/base/cmds/statsd/src/subscriber/
DIncidentdReporter.cpp61 int64_t metricValue, const ConfigKey& configKey, const string& reason, in getProtoData()
137 const MetricDimensionKey& dimensionKey, int64_t metricValue, in GenerateIncidentReport()
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java686 StringBuilder metricValue = new StringBuilder(); in saveMetrics() local