Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/test/
H A Dpid_fancontroller_unittest.cpp180 EXPECT_CALL(z, getRedundantWrite()) in TEST()
219 EXPECT_CALL(z, getRedundantWrite()) in TEST()
260 EXPECT_CALL(z, getRedundantWrite()).WillOnce(Return(false)); in TEST()
299 EXPECT_CALL(z, getRedundantWrite()) in TEST()
H A Dzone_mock.hpp30 MOCK_CONST_METHOD0(getRedundantWrite, bool(void));
H A Dpid_zone_unittest.cpp212 EXPECT_FALSE(zone->getRedundantWrite()); in TEST_F()
217 EXPECT_TRUE(zone->getRedundantWrite()); in TEST_F()
221 EXPECT_FALSE(zone->getRedundantWrite()); in TEST_F()
/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.cpp199 auto redundantWrite = _owner->getRedundantWrite(); in outputProc()
230 auto redundantWrite = _owner->getRedundantWrite(); in ~FanController()
H A Dzone_interface.hpp108 virtual bool getRedundantWrite(void) const = 0;
H A Dzone.hpp74 bool getRedundantWrite(void) const override;
H A Dzone.cpp569 bool DbusPidZone::getRedundantWrite(void) const in getRedundantWrite() function in pid_control::DbusPidZone