Searched refs:checkAndReport (Results 1 – 8 of 8) sorted by relevance
37 void checkAndReport(const std::shared_ptr<IStats> &stats_client, const std::string &path);
47 void checkAndReport(const std::shared_ptr<IStats> &stats_client, const std::string &path);
61 void BatteryCapacityReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport() function in android::hardware::google::pixel::BatteryCapacityReporter
188 charge_stats_reporter_.checkAndReport(stats_client, kChargeMetricsPath); in ReportChargeMetricsEvent()229 battery_capacity_reporter_.checkAndReport(stats_client, kBatterySSOCPath); in ReportBatteryCapacityFGEvent()
263 void ChargeStatsReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport() function in android::hardware::google::pixel::ChargeStatsReporter
46 void BatteryEEPROMReporter::checkAndReport(const std::shared_ptr<IStats> &stats_client, in checkAndReport() function in android::hardware::google::pixel::BatteryEEPROMReporter
211 battery_EEPROM_reporter_.checkAndReport(stats_client, kEEPROMPath); in logBatteryEEPROM()