Home
last modified time | relevance | path

Searched defs:callBack (Results 1 – 6 of 6) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_errors.hpp45 std::function<void(int)> callBack = nullptr) : in Error()
153 std::function<void(int)> callBack; member in open_power::occ::Error
H A Docc_presence.hpp31 std::function<void(int)> callBack = nullptr) : in Presence()
H A Docc_status.hpp92 std::function<void(instanceID, bool)> callBack = nullptr in Status()
/openbmc/phosphor-led-manager/manager/
H A Dgroup.hpp43 std::function<bool(Group*, bool)> callBack = nullptr) : in Group()
H A Dmanager.cpp161 std::function<bool(ActionSet& ledsAssert, ActionSet& ledsDeAssert)> in setLampTestCallBack()
/openbmc/sdbusplus/test/
H A Dtimer.cpp58 void callBack() in callBack() function in TimerTestCallBack