Lines Matching full:eventlog

71             BMCWEB_LOG_ERROR("Unable to stringify bmcweb eventlog location");  in logServiceParentCollectionToString()
92 "Unable to stringify bmcweb eventlog location childId"); in getMemberIdFromParentCollection()
135 "/redfish/v1/{}/{}/LogServices/EventLog", collectionStr, memberId); in handleSystemsAndManagersEventLogServiceGet()
140 asyncResp->res.jsonValue["Id"] = "EventLog"; in handleSystemsAndManagersEventLogServiceGet()
152 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries", in handleSystemsAndManagersEventLogServiceGet()
157 "/redfish/v1/{}/{}/LogServices/EventLog/Actions/LogService.ClearLog", in handleSystemsAndManagersEventLogServiceGet()
163 * Journal EventLog utilities
321 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries/{}", in fillEventLogEntryJson()
362 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries", in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
429 "/redfish/v1/{}/{}/LogServices/EventLog/Entries?$skip={}", in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
503 // Clear the EventLog by deleting the log files in handleSystemsAndManagersLogServicesEventLogActionsClearPost()
533 * DBus EventLog utilities
580 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries/{}", in fillEventLogLogEntryFromDbusLogEntry()
607 "/redfish/v1/{}/{}/LogServices/EventLog/Entries/{}/attachment", in fillEventLogLogEntryFromDbusLogEntry()
687 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries", in dBusEventLogEntryCollection()
694 // DBus implementation of EventLog/Entries in dBusEventLogEntryCollection()
759 // DBus implementation of EventLog/Entries in dBusEventLogEntryGet()