Searched refs:messageHook (Results 1 – 4 of 4) sorted by relevance
| /openbmc/intel-ipmi-oem/src/ |
| H A D | me_to_redfish_hooks.cpp | 30 static bool messageHook(const SELData& selData, std::string& eventId, in messageHook() function 146 bool messageHook(const SELData& selData, std::string& eventId, in messageHook() function 211 bool messageHook(const SELData& selData, std::string& eventId, in messageHook() function 248 bool messageHook(const SELData& selData, std::string& eventId, in messageHook() function 282 static bool messageHook(const SELData& selData, std::string& eventId, in messageHook() function 293 {0x03, {{}, flash_state::messageHook}}, in messageHook() 298 {0x08, {{}, factory_reset::messageHook}}, in messageHook() 303 {0x0F, {{}, autoconfiguration::messageHook}}, in messageHook() 317 static bool messageHook(const SELData& selData, std::string& eventId, in messageHook() function 326 return fw_status::messageHook(selData, eventId, args); in messageHook() [all …]
|
| H A D | ipmi_to_redfish_hooks.cpp | 855 return me::messageHook(selData, ipmiRaw); in startRedfishHook()
|
| /openbmc/intel-ipmi-oem/docs/ |
| H A D | Intel_IPMI_Platform_Events.md | 199 3. `me::messageHook` is called with the payload. Parsing algorithm determines 206 Each IPMI Platform Event is parsed using aforementioned `me::messageHook` 215 static bool messageHook(const SELData& selData, std::string& eventId, 224 return fw_status::messageHook(selData, eventId, parameters); 228 return smbus_failure::messageHook(selData, eventId, parameters); 243 static bool messageHook(const SELData& selData, std::string& eventId, 258 {0x03, {{}, flash_state::messageHook}},
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | me_to_redfish_hooks.hpp | 34 bool messageHook(const SELData& selData, const std::string& ipmiRaw);
|