Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp52 enum class LogServiceParent enum
58 inline std::string logServiceParentToString(LogServiceParent parent) in logServiceParentToString()
63 case LogServiceParent::Managers: in logServiceParentToString()
66 case LogServiceParent::Systems: in logServiceParentToString()
76 inline std::string_view getChildIdFromParent(LogServiceParent parent) in getChildIdFromParent()
82 case LogServiceParent::Managers: in getChildIdFromParent()
85 case LogServiceParent::Systems: in getChildIdFromParent()
96 inline std::string getLogEntryDescriptor(LogServiceParent parent) in getLogEntryDescriptor()
101 case LogServiceParent::Managers: in getLogEntryDescriptor()
104 case LogServiceParent::Systems: in getLogEntryDescriptor()
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal_eventlog.hpp54 eventlog_utils::LogServiceParent::Managers); in handleManagersLogServiceEventLogLogEntryCollection()
72 asyncResp, param, eventlog_utils::LogServiceParent::Managers); in handleManagersJournalEventLogEntry()
H A Dsystems_logservices_journal_eventlog.hpp63 eventlog_utils::LogServiceParent::Systems); in handleSystemsLogServiceEventLogLogEntryCollection()
90 asyncResp, param, eventlog_utils::LogServiceParent::Systems); in handleSystemsLogServiceEventLogEntriesGet()
H A Dsystems_logservices_dbus_eventlog.hpp54 asyncResp, eventlog_utils::LogServiceParent::Systems); in handleSystemsDBusEventLogEntryCollection()
81 asyncResp, eventlog_utils::LogServiceParent::Systems, entryId); in handleSystemsDBusEventLogEntryGet()
H A Dmanager_logservices_dbus_eventlog.hpp45 asyncResp, eventlog_utils::LogServiceParent::Managers); in handleManagersDBusEventLogEntryCollection()
64 asyncResp, eventlog_utils::LogServiceParent::Managers, entryId); in handleManagersDBusEventLogEntryGet()
H A Dlog_services.hpp1127 asyncResp, eventlog_utils::LogServiceParent::Systems); in handleSystemsEventLogServiceGet()
1146 asyncResp, eventlog_utils::LogServiceParent::Managers); in handleManagersEventLogServiceGet()