Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_device.hpp64 std::bind(std::mem_fn(&Device::timeoutCallback), this, in Device()
266 void timeoutCallback(int error);
H A Docc_device.cpp110 void Device::timeoutCallback(int error) in timeoutCallback() function in open_power::occ::Device