Searched refs:callBack (Results 1 – 10 of 10) 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 | 92 std::function<void(instanceID, bool)> callBack = nullptr in Status() argument 101 path(path), managerCallBack(callBack), instance(getInstance(path)), in Status()
|
/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.cpp | 162 callBack) in setLampTestCallBack() 164 lampTestCallBack = callBack; in setLampTestCallBack()
|
H A D | manager.hpp | 136 callBack);
|
/openbmc/sdbusplus/test/ |
H A D | timer.cpp | 58 void callBack() in callBack() function in TimerTestCallBack 72 std::bind(&TimerTestCallBack::callBack, this)); in TimerTestCallBack()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0005-Fix-missing-limit-declarations.patch | 28 if (!callBack) hdr->ipc_flags |= IPC_FLAGS_NOREPLY;
|