Searched refs:getRedundantWrite (Results 1 – 7 of 7) sorted by relevance
180 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()
30 MOCK_CONST_METHOD0(getRedundantWrite, bool(void));
212 EXPECT_FALSE(zone->getRedundantWrite()); in TEST_F()217 EXPECT_TRUE(zone->getRedundantWrite()); in TEST_F()221 EXPECT_FALSE(zone->getRedundantWrite()); in TEST_F()
199 auto redundantWrite = _owner->getRedundantWrite(); in outputProc()230 auto redundantWrite = _owner->getRedundantWrite(); in ~FanController()
108 virtual bool getRedundantWrite(void) const = 0;
74 bool getRedundantWrite(void) const override;
569 bool DbusPidZone::getRedundantWrite(void) const in getRedundantWrite() function in pid_control::DbusPidZone