Lines Matching refs:thresholds
72 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
77 std::vector<thresholds::Threshold>{thresholds::Threshold{ in makeSensors()
78 thresholds::Level::CRITICAL, thresholds::Direction::HIGH, 95.0}}); in makeSensors()
82 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
90 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
94 objectServer, std::vector<thresholds::Threshold>{}); in makeSensors()
105 thresholds = {}; in getTLimitThresholds()
138 thresholds[current_threshold_index] = threshold; in readThermalParameterCallback()
181 std::vector<thresholds::Threshold> tLimitThresholds{}; in processTLimitThresholds()
185 thresholds::Threshold{thresholds::Level::WARNING, in processTLimitThresholds()
186 thresholds::Direction::LOW, in processTLimitThresholds()
187 static_cast<double>(thresholds[0])}, in processTLimitThresholds()
188 thresholds::Threshold{thresholds::Level::CRITICAL, in processTLimitThresholds()
189 thresholds::Direction::LOW, in processTLimitThresholds()
190 static_cast<double>(thresholds[1])}, in processTLimitThresholds()
191 thresholds::Threshold{thresholds::Level::HARDSHUTDOWN, in processTLimitThresholds()
192 thresholds::Direction::LOW, in processTLimitThresholds()
193 static_cast<double>(thresholds[2])}}; in processTLimitThresholds()