Home
last modified time | relevance | path

Searched refs:callBack (Results 1 – 10 of 10) 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.hpp92 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 Dgroup.hpp43 std::function<bool(Group*, bool)> callBack = nullptr) : in Group() argument
47 customCallBack(callBack) in Group()
H A Dmanager.cpp162 callBack) in setLampTestCallBack()
164 lampTestCallBack = callBack; in setLampTestCallBack()
H A Dmanager.hpp136 callBack);
/openbmc/sdbusplus/test/
H A Dtimer.cpp58 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 D0005-Fix-missing-limit-declarations.patch28 if (!callBack) hdr->ipc_flags |= IPC_FLAGS_NOREPLY;