Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_dbus_eventlog.hpp44 eventlog_utils::dBusEventLogEntryCollection( in handleManagersDBusEventLogEntryCollection()
45 asyncResp, eventlog_utils::LogServiceParentCollection::Managers); in handleManagersDBusEventLogEntryCollection()
63 eventlog_utils::dBusEventLogEntryGet( in handleManagersDBusEventLogEntryGet()
64 asyncResp, eventlog_utils::LogServiceParentCollection::Managers, in handleManagersDBusEventLogEntryGet()
83 eventlog_utils::dBusEventLogEntryPatch(req, asyncResp, entryId); in handleManagersDBusEventLogEntryPatch()
101 eventlog_utils::dBusEventLogEntryDelete(asyncResp, entryId); in handleManagersDBusEventLogEntryDelete()
124 eventlog_utils::dBusLogServiceActionsClear(asyncResp); in handleManagersDBusLogServiceActionsClear()
147 eventlog_utils::downloadEventLogEntry(asyncResp, entryId, "System"); in handleManagersDBusEventLogEntryDownload()
H A Dsystems_logservices_dbus_eventlog.hpp53 eventlog_utils::dBusEventLogEntryCollection( in handleSystemsDBusEventLogEntryCollection()
54 asyncResp, eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsDBusEventLogEntryCollection()
80 eventlog_utils::dBusEventLogEntryGet( in handleSystemsDBusEventLogEntryGet()
81 asyncResp, eventlog_utils::LogServiceParentCollection::Systems, in handleSystemsDBusEventLogEntryGet()
108 eventlog_utils::dBusEventLogEntryPatch(req, asyncResp, entryId); in handleSystemsDBusEventLogEntryPatch()
134 eventlog_utils::dBusEventLogEntryDelete(asyncResp, entryId); in handleSystemsDBusEventLogEntryDelete()
160 eventlog_utils::dBusLogServiceActionsClear(asyncResp); in handleSystemsDBusLogServiceActionsClear()
193 eventlog_utils::downloadEventLogEntry(asyncResp, entryId, "System"); in handleSystemsDBusEventLogEntryDownloadGet()
H A Dmanager_logservices_journal_eventlog.hpp51 eventlog_utils:: in handleManagersLogServiceEventLogLogEntryCollection()
54 eventlog_utils::LogServiceParentCollection::Managers); in handleManagersLogServiceEventLogLogEntryCollection()
71 eventlog_utils::handleSystemsAndManagersLogServiceEventLogEntriesGet( in handleManagersJournalEventLogEntry()
72 asyncResp, param, eventlog_utils::LogServiceParentCollection::Managers); in handleManagersJournalEventLogEntry()
90 eventlog_utils::handleSystemsAndManagersLogServicesEventLogActionsClearPost( in handleManagersJournalEventLogClear()
H A Dsystems_logservices_journal_eventlog.hpp60 eventlog_utils:: in handleSystemsLogServiceEventLogLogEntryCollection()
63 eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsLogServiceEventLogLogEntryCollection()
89 eventlog_utils::handleSystemsAndManagersLogServiceEventLogEntriesGet( in handleSystemsLogServiceEventLogEntriesGet()
90 asyncResp, param, eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsLogServiceEventLogEntriesGet()
109 eventlog_utils::handleSystemsAndManagersLogServicesEventLogActionsClearPost( in handleSystemsLogServicesEventLogActionsClearPost()
H A Dlog_services.hpp1126 eventlog_utils::handleSystemsAndManagersEventLogServiceGet( in handleSystemsEventLogServiceGet()
1127 asyncResp, eventlog_utils::LogServiceParentCollection::Systems); in handleSystemsEventLogServiceGet()
1145 eventlog_utils::handleSystemsAndManagersEventLogServiceGet( in handleManagersEventLogServiceGet()
1146 asyncResp, eventlog_utils::LogServiceParentCollection::Managers); in handleManagersEventLogServiceGet()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp46 namespace eventlog_utils namespace