Searched refs:record_by_threshold (Results 1 – 3 of 3) sorted by relevance
84 std::unordered_map<std::string, std::vector<ThresholdList<T> > > record_by_threshold; member87 record_by_threshold.clear(); in clear()
164 if (request_stats_info.record_by_threshold.count(cdev)) { in initializeSensorCdevRequestStats()165 for (const auto &threshold_list : request_stats_info.record_by_threshold.at(cdev)) { in initializeSensorCdevRequestStats()206 if (sensor_stats_info.record_by_threshold.count(sensor)) { in initializeSensorTempStats()207 for (const auto &threshold_list : sensor_stats_info.record_by_threshold.at(sensor)) { in initializeSensorTempStats()
1625 std::unordered_map<std::string, std::vector<ThresholdList<T>>> record_by_threshold; in ParseStatsInfo() local1670 record_by_threshold[name].emplace_back(logging_name, stats_threshold); in ParseStatsInfo()1678 .record_by_threshold = record_by_threshold}; in ParseStatsInfo()