Searched refs:thresholdsToSet (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | sensorhandler.cpp | 945 std::vector<std::tuple<std::string, uint8_t, std::string>> thresholdsToSet; in ipmiSenSetSensorThresholds() local 967 thresholdsToSet.emplace_back("CriticalLow", lowerCritical, in ipmiSenSetSensorThresholds() 977 thresholdsToSet.emplace_back("CriticalHigh", upperCritical, in ipmiSenSetSensorThresholds() 997 thresholdsToSet.emplace_back("WarningLow", lowerNonCritical, in ipmiSenSetSensorThresholds() 1007 thresholdsToSet.emplace_back("WarningHigh", upperNonCritical, in ipmiSenSetSensorThresholds() 1012 for (const auto& property : thresholdsToSet) in ipmiSenSetSensorThresholds()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 1177 std::vector<std::tuple<std::string, uint8_t, std::string>> thresholdsToSet; in ipmiSenSetSensorThresholds() local 1199 thresholdsToSet.emplace_back("CriticalLow", lowerCritical, in ipmiSenSetSensorThresholds() 1209 thresholdsToSet.emplace_back("CriticalHigh", upperCritical, in ipmiSenSetSensorThresholds() 1228 thresholdsToSet.emplace_back("WarningLow", lowerNonCritical, in ipmiSenSetSensorThresholds() 1238 thresholdsToSet.emplace_back("WarningHigh", upperNonCritical, in ipmiSenSetSensorThresholds() 1242 for (const auto& property : thresholdsToSet) in ipmiSenSetSensorThresholds()
|