Home
last modified time | relevance | path

Searched refs:get_watchdog (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdeventplus/test/
H A Devent.cpp281 EXPECT_FALSE(event->get_watchdog()); in TEST_F()
285 EXPECT_TRUE(event->get_watchdog()); in TEST_F()
292 EXPECT_THROW(event->get_watchdog(), SdEventError); in TEST_F()
/openbmc/sdeventplus/src/sdeventplus/
H A Devent.hpp150 bool get_watchdog() const;
H A Devent.cpp97 bool Event::get_watchdog() const in get_watchdog() function in sdeventplus::Event
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2568 gint (*get_watchdog) (Watchdog *object); member
H A Dopenbmc_intf.c20132 return WATCHDOG_GET_IFACE (object)->get_watchdog (object); in watchdog_get_watchdog()
20886 iface->get_watchdog = watchdog_proxy_get_watchdog; in watchdog_proxy_iface_init()
21557 iface->get_watchdog = watchdog_skeleton_get_watchdog; in watchdog_skeleton_iface_init()