Home
last modified time | relevance | path

Searched refs:openBMCMessageRegistryVersion (Results 1 – 5 of 5) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Dipmi_to_redfish_hooks.hpp84 static const std::string openBMCMessageRegistryVersion("0.1"); in defaultMessageHook() local
86 "OpenBMC." + openBMCMessageRegistryVersion + ".SELEntryAdded"; in defaultMessageHook()
/openbmc/intel-ipmi-oem/src/
H A Dipmi_to_redfish_hooks.cpp51 static constexpr std::string_view openBMCMessageRegistryVersion = "0.1"; in biosMessageHook() local
53 "OpenBMC." + std::string(openBMCMessageRegistryVersion); in biosMessageHook()
321 static constexpr std::string_view openBMCMessageRegistryVersion = "0.1"; in biosSMIMessageHook() local
323 "OpenBMC." + std::string(openBMCMessageRegistryVersion); in biosSMIMessageHook()
H A Doemcommands.cpp810 static const std::string openBMCMessageRegistryVersion("0.1"); in ipmiOEMSendEmbeddedFwUpdStatus() local
811 std::string redfishMsgID = "OpenBMC." + openBMCMessageRegistryVersion; in ipmiOEMSendEmbeddedFwUpdStatus()
/openbmc/phosphor-net-ipmid/command/
H A Drakp12.cpp31 static constexpr std::string_view openBMCMessageRegistryVersion = "0.1."; in logInvalidLoginRedfishEvent() local
33 "OpenBMC." + std::string(openBMCMessageRegistryVersion) + in logInvalidLoginRedfishEvent()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1691 static const std::string openBMCMessageRegistryVersion("0.1"); in ipmiStorageAddSELEntry() local
1693 "OpenBMC." + openBMCMessageRegistryVersion + ".SELEntryAdded"; in ipmiStorageAddSELEntry()