Home
last modified time | relevance | path

Searched refs:callBack (Results 1 – 8 of 8) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_errors.hpp45 std::function<void(int)> callBack = nullptr) : in Error() argument
46 event(event), file(file), callBack(callBack) 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() argument
32 Error(event, file, callBack), manager(mgr) in Presence()
H A Docc_presence.cpp51 if (callBack) in analyzeEvent()
53 callBack(occsPresent); in analyzeEvent()
H A Docc_errors.cpp129 if (callBack) in analyzeEvent()
131 callBack(err); in analyzeEvent()
H A Docc_status.hpp87 std::function<void(instanceID, bool)> callBack = nullptr, in Status() argument
91 path(path), managerCallBack(callBack), instance(getInstance(path)), in Status()
/openbmc/sdbusplus/test/timer/
H A Dsuite.hpp57 void callBack() in callBack() function in TimerTestCallBack
71 std::bind(&TimerTestCallBack::callBack, this)); in TimerTestCallBack()
/openbmc/phosphor-led-manager/manager/
H A Dgroup.hpp43 std::function<bool(Group*, bool)> callBack = nullptr) : in Group() argument
47 customCallBack(callBack) in Group()
H A Dmanager.hpp135 callBack);