Searched refs:getRedundantWrite (Results 1 – 7 of 7) sorted by relevance
205 auto redundantWrite = _owner->getRedundantWrite(); in outputProc()236 auto redundantWrite = _owner->getRedundantWrite(); in ~FanController()
118 virtual bool getRedundantWrite(void) const = 0;
82 bool getRedundantWrite(void) const override;
571 bool DbusPidZone::getRedundantWrite(void) const in getRedundantWrite() function in pid_control::DbusPidZone
179 EXPECT_CALL(z, getRedundantWrite()) in TEST()218 EXPECT_CALL(z, getRedundantWrite()) in TEST()259 EXPECT_CALL(z, getRedundantWrite()).WillOnce(Return(false)); in TEST()298 EXPECT_CALL(z, getRedundantWrite()) in TEST()
36 MOCK_CONST_METHOD0(getRedundantWrite, bool(void));
224 EXPECT_FALSE(zone->getRedundantWrite()); in TEST_F()229 EXPECT_TRUE(zone->getRedundantWrite()); in TEST_F()233 EXPECT_FALSE(zone->getRedundantWrite()); in TEST_F()