Home
last modified time | relevance | path

Searched refs:getLogFromRegistry (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Dheartbeat_messages.cpp47 return getLogFromRegistry(redfish::registries::HeartbeatEvent::header, in getLog()
H A Dtask_messages.cpp47 return getLogFromRegistry(redfish::registries::TaskEvent::header, in getLog()
H A Dupdate_messages.cpp46 return getLogFromRegistry(redfish::registries::Update::header, in getLog()
H A Dresource_messages.cpp47 return getLogFromRegistry(redfish::registries::ResourceEvent::header, in getLog()
H A Derror_messages.cpp53 return getLogFromRegistry(redfish::registries::Base::header, in getLog()
/openbmc/bmcweb/redfish-core/include/
H A Dregistries.hpp118 inline nlohmann::json::object_t getLogFromRegistry( in getLogFromRegistry() function