Home
last modified time | relevance | path

Searched refs:timeOutHandler (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.hpp41 timer(event, std::bind(std::mem_fn(&LampTest::timeOutHandler), this)), in LampTest()
126 void timeOutHandler();
H A Dlamptest.cpp241 void LampTest::timeOutHandler() in timeOutHandler() function in phosphor::led::LampTest
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.hpp77 timer(event, std::bind(&Watchdog::timeOutHandler, this)),
184 void timeOutHandler();
H A Dwatchdog.cpp109 void Watchdog::timeOutHandler() in timeOutHandler() function in phosphor::watchdog::Watchdog