Home
last modified time | relevance | path

Searched refs:uploadOutlierMetric (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/health/include/pixelhealth/
DBatteryMetricsLogger.h96 bool uploadOutlierMetric(const std::shared_ptr<IStats> &stats_client, sampleType type);
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp51 bool BatteryMetricsLogger::uploadOutlierMetric(const std::shared_ptr<IStats> &stats_client, in uploadOutlierMetric() function in hardware::google::pixel::health::BatteryMetricsLogger
120 uploadOutlierMetric(stats_client, static_cast<sampleType>(metric)); in uploadMetrics()