Searched refs:logging_name (Results 1 – 5 of 5) sorted by relevance
64 std::optional<std::string> logging_name; member66 explicit ThresholdList(std::optional<std::string> logging_name, std::vector<T> thresholds) in ThresholdList()67 : logging_name(logging_name), thresholds(thresholds) {} in ThresholdList()
81 std::optional<std::string> logging_name; member84 : thresholds(threshold_list.thresholds), logging_name(threshold_list.logging_name) { in StatsByThreshold()
149 const auto logging_name = cdev + kCompressedThresholdSuffix.data(); in initializeSensorCdevRequestStats() local150 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()
1636 std::optional<std::string> logging_name; in ParseStatsInfo() local1638 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()
653 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()