Searched refs:LogServiceParent (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 52 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 D | manager_logservices_journal_eventlog.hpp | 54 eventlog_utils::LogServiceParent::Managers); in handleManagersLogServiceEventLogLogEntryCollection() 72 asyncResp, param, eventlog_utils::LogServiceParent::Managers); in handleManagersJournalEventLogEntry()
|
| H A D | systems_logservices_journal_eventlog.hpp | 63 eventlog_utils::LogServiceParent::Systems); in handleSystemsLogServiceEventLogLogEntryCollection() 90 asyncResp, param, eventlog_utils::LogServiceParent::Systems); in handleSystemsLogServiceEventLogEntriesGet()
|
| H A D | systems_logservices_dbus_eventlog.hpp | 54 asyncResp, eventlog_utils::LogServiceParent::Systems); in handleSystemsDBusEventLogEntryCollection() 81 asyncResp, eventlog_utils::LogServiceParent::Systems, entryId); in handleSystemsDBusEventLogEntryGet()
|
| H A D | manager_logservices_dbus_eventlog.hpp | 45 asyncResp, eventlog_utils::LogServiceParent::Managers); in handleManagersDBusEventLogEntryCollection() 64 asyncResp, eventlog_utils::LogServiceParent::Managers, entryId); in handleManagersDBusEventLogEntryGet()
|
| H A D | log_services.hpp | 1127 asyncResp, eventlog_utils::LogServiceParent::Systems); in handleSystemsEventLogServiceGet() 1146 asyncResp, eventlog_utils::LogServiceParent::Managers); in handleManagersEventLogServiceGet()
|