Home
last modified time | relevance | path

Searched refs:getMinThermalSetPoint (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dzone.cpp209 double DbusPidZone::getMinThermalSetPoint(void) const in getMinThermalSetPoint() function in pid_control::DbusPidZone
335 double minThermalThreshold = getMinThermalSetPoint(); in determineMaxSetPointRequest()
H A Dzone.hpp97 double getMinThermalSetPoint(void) const;
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp277 EXPECT_EQ(zone->getMinThermalSetPoint(), zone->getMaxSetPointRequest()); in TEST_F()
314 EXPECT_EQ(zone->getMinThermalSetPoint(), zone->getMaxSetPointRequest()); in TEST_F()