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.cpp207 double DbusPidZone::getMinThermalSetPoint(void) const in getMinThermalSetPoint() function in pid_control::DbusPidZone
333 double minThermalThreshold = getMinThermalSetPoint(); in determineMaxSetPointRequest()
H A Dzone.hpp87 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()