Home
last modified time | relevance | path

Searched refs:logging_name (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_info.h64 std::optional<std::string> logging_name; member
66 explicit ThresholdList(std::optional<std::string> logging_name, std::vector<T> thresholds) in ThresholdList()
67 : logging_name(logging_name), thresholds(thresholds) {} in ThresholdList()
Dthermal_stats_helper.h81 std::optional<std::string> logging_name; member
84 : thresholds(threshold_list.thresholds), logging_name(threshold_list.logging_name) { in StatsByThreshold()
Dthermal_stats_helper.cpp149 const auto logging_name = cdev + kCompressedThresholdSuffix.data(); in initializeSensorCdevRequestStats() local
150 ThresholdList<int> threshold_list(logging_name, thresholds); in initializeSensorCdevRequestStats()
426 std::string sensor_name = stats_by_threshold.logging_name.value_or( in reportAllSensorTempStats()
503 std::string cdev_name = stats_by_threshold.logging_name.value_or( in reportAllSensorCdevRequestStats()
Dthermal_info.cpp1636 std::optional<std::string> logging_name; in ParseStatsInfo() local
1638 logging_name = values[i]["LoggingName"].asString(); in ParseStatsInfo()
1640 << ", stats logging name is [" << logging_name.value() << "]"; in ParseStatsInfo()
1670 record_by_threshold[name].emplace_back(logging_name, stats_threshold); in ParseStatsInfo()
/hardware/google/pixel/thermal/
DThermal.cpp653 if (stats_by_threshold.logging_name.has_value()) { in dumpThermalStats()
654 *dump_buf << " Logging Name: " << stats_by_threshold.logging_name.value() in dumpThermalStats()
682 if (stats_by_threshold.logging_name.has_value()) { in dumpThermalStats()
683 *dump_buf << " Logging Name: " << stats_by_threshold.logging_name.value() in dumpThermalStats()