Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_errors.hpp43 std::function<void(int)> callBack = nullptr) : in Error()
147 std::function<void(int)> callBack; member in open_power::occ::Error
H A Dpldm.hpp64 std::function<bool(open_power::occ::instanceID, bool)> callBack, in Interface()
181 std::function<bool(open_power::occ::instanceID, bool)> callBack = nullptr; member in pldm::Interface
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