Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.hpp41 timer(event, [this](auto&) { timeOutHandler(); }), manager(manager), in LampTest()
123 void timeOutHandler();
H A Dlamptest.cpp246 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
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dcollect_slot_vpd.hpp50 std::bind(std::mem_fn(&SlotHandler::timeOutHandler), this)), in SlotHandler()
85 void timeOutHandler();
H A Dcollect_slot_vpd.cpp14 void SlotHandler::timeOutHandler() in timeOutHandler() function in pldm::responder::SlotHandler