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.cpp214 double DbusPidZone::getMinThermalSetPoint(void) const in getMinThermalSetPoint() function in pid_control::DbusPidZone
340 double minThermalThreshold = getMinThermalSetPoint(); in determineMaxSetPointRequest()
H A Dzone.hpp93 double getMinThermalSetPoint(void) const;
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp265 EXPECT_EQ(zone->getMinThermalSetPoint(), zone->getMaxSetPointRequest()); in TEST_F()
302 EXPECT_EQ(zone->getMinThermalSetPoint(), zone->getMaxSetPointRequest()); in TEST_F()