Home
last modified time | relevance | path

Searched refs:set_watchdog (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdeventplus/test/
H A Devent.cpp300 EXPECT_FALSE(event->set_watchdog(false)); in TEST_F()
305 EXPECT_FALSE(event->set_watchdog(true)); in TEST_F()
310 EXPECT_TRUE(event->set_watchdog(true)); in TEST_F()
317 EXPECT_THROW(event->set_watchdog(1), SdEventError); in TEST_F()
/openbmc/sdeventplus/src/sdeventplus/
H A Devent.hpp159 bool set_watchdog(bool b) const;
H A Devent.cpp104 bool Event::set_watchdog(bool b) const in set_watchdog() function in sdeventplus::Event