Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp120 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); in handleSystemsAndManagersEventLogServiceGet() local
122 if (parentStr.empty() || childId.empty() || logEntryDescriptor.empty()) in handleSystemsAndManagersEventLogServiceGet()
133 std::format("{} Event Log Service", logEntryDescriptor); in handleSystemsAndManagersEventLogServiceGet()
233 const std::string_view childId, const std::string& logEntryDescriptor) in fillEventLogEntryJson() argument
317 std::format("{} Event Log Entry", logEntryDescriptor); in fillEventLogEntryJson()
339 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local
341 if (parentStr.empty() || childId.empty() || logEntryDescriptor.empty()) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
354 std::format("{} Event Log Entries", logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
356 std::format("Collection of {} Event Log Entries", logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
391 childId, logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
[all …]