Searched refs:LogServiceParentCollection (Results 1 – 6 of 6) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 52 enum class LogServiceParentCollection enum 59 LogServiceParentCollection collection) in logServiceParentCollectionToString() 64 case LogServiceParentCollection::Managers: in logServiceParentCollectionToString() 67 case LogServiceParentCollection::Systems: in logServiceParentCollectionToString() 78 LogServiceParentCollection collection) in getMemberIdFromParentCollection() 84 case LogServiceParentCollection::Managers: in getMemberIdFromParentCollection() 87 case LogServiceParentCollection::Systems: in getMemberIdFromParentCollection() 99 LogServiceParentCollection collection) in getLogEntryDescriptorFromParentCollection() 104 case LogServiceParentCollection::Managers: in getLogEntryDescriptorFromParentCollection() 107 case LogServiceParentCollection::Systems: in getLogEntryDescriptorFromParentCollection() [all …]
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_logservices_journal_eventlog.hpp | 54 eventlog_utils::LogServiceParentCollection::Managers); in handleManagersLogServiceEventLogLogEntryCollection() 72 asyncResp, param, eventlog_utils::LogServiceParentCollection::Managers); in handleManagersJournalEventLogEntry()
|
| H A D | systems_logservices_journal_eventlog.hpp | 63 eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsLogServiceEventLogLogEntryCollection() 90 asyncResp, param, eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsLogServiceEventLogEntriesGet()
|
| H A D | systems_logservices_dbus_eventlog.hpp | 54 asyncResp, eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsDBusEventLogEntryCollection() 81 asyncResp, eventlog_utils::LogServiceParentCollection::Systems, in handleSystemsDBusEventLogEntryGet()
|
| H A D | manager_logservices_dbus_eventlog.hpp | 45 asyncResp, eventlog_utils::LogServiceParentCollection::Managers); in handleManagersDBusEventLogEntryCollection() 64 asyncResp, eventlog_utils::LogServiceParentCollection::Managers, in handleManagersDBusEventLogEntryGet()
|
| H A D | log_services.hpp | 1127 asyncResp, eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsEventLogServiceGet() 1146 asyncResp, eventlog_utils::LogServiceParentCollection::Managers); in handleManagersEventLogServiceGet()
|