Searched refs:callBack (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openpower-occ-control/ |
| H A D | occ_errors.hpp | 45 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 D | occ_presence.hpp | 31 std::function<void(int)> callBack = nullptr) : in Presence() argument 32 Error(event, file, callBack), manager(mgr) in Presence()
|
| H A D | occ_presence.cpp | 51 if (callBack) in analyzeEvent() 53 callBack(occsPresent); in analyzeEvent()
|
| H A D | occ_errors.cpp | 129 if (callBack) in analyzeEvent() 131 callBack(err); in analyzeEvent()
|
| H A D | occ_status.hpp | 87 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 D | suite.hpp | 57 void callBack() in callBack() function in TimerTestCallBack 71 std::bind(&TimerTestCallBack::callBack, this)); in TimerTestCallBack()
|
| /openbmc/phosphor-led-manager/manager/ |
| H A D | group.hpp | 43 std::function<bool(Group*, bool)> callBack = nullptr) : in Group() argument 47 customCallBack(callBack) in Group()
|
| H A D | manager.hpp | 135 callBack);
|