Home
last modified time | relevance | path

Searched refs:ServiceWatchdog (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/include/
H A Dwatchdog.hpp23 class ServiceWatchdog class
26 ServiceWatchdog() : timer(getIoContext()) in ServiceWatchdog() function in bmcweb::ServiceWatchdog
50 std::bind_front(&ServiceWatchdog::handleTimeout, this)); in startTimer()
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp130 bmcweb::ServiceWatchdog watchdog; in run()