Home
last modified time | relevance | path

Searched refs:getFailSafePercent (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.cpp144 double failsafePercent = _owner->getFailSafePercent(); in outputProc()
216 double percent = _owner->getFailSafePercent(); in ~FanController()
H A Dzone_interface.hpp91 virtual double getFailSafePercent() = 0;
H A Dzone.hpp85 double getFailSafePercent(void) override;
H A Dzone.cpp181 double DbusPidZone::getFailSafePercent(void) in getFailSafePercent() function in pid_control::DbusPidZone
/openbmc/phosphor-pid-control/test/
H A Dzone_mock.hpp44 MOCK_METHOD0(getFailSafePercent, double());
H A Dpid_fancontroller_unittest.cpp168 EXPECT_CALL(z, getFailSafePercent()).WillOnce(Return(75.0)); in TEST()
248 EXPECT_CALL(z, getFailSafePercent()).WillOnce(Return(failsafePWM)); in TEST()
H A Dpid_zone_unittest.cpp318 EXPECT_EQ(failSafePercent, zone->getFailSafePercent()); in TEST_F()
339 EXPECT_EQ(80, zone->getFailSafePercent()); in TEST_F()