Searched refs:wfile_contents (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | ChargeStatsReporter.cpp | 173 const std::string &wfile_contents = "") { in ReportVoltageTierStats() argument 214 wfile_contents); in ReportVoltageTierStats() 265 std::string file_contents, line, wfile_contents, wline_at, wline_ac, pca_file_contents, in checkAndReport() local 299 has_wireless = wireless_charge_stats_.CheckWirelessContentsAndAck(&wfile_contents); in checkAndReport() 304 wss.str(wfile_contents); in checkAndReport() 315 ReportVoltageTierStats(stats_client, line.c_str(), has_wireless, wfile_contents); in checkAndReport()
|
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | ChargeStatsReporter.h | 42 const bool has_wireless, const std::string &wfile_contents);
|
D | UeventListener.h | 90 const bool has_wireless, const std::string wfile_contents);
|