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.hpp125 const std::string logEntryDescriptor = in handleSystemsAndManagersEventLogServiceGet()
128 if (collectionStr.empty() || memberId.empty() || logEntryDescriptor.empty()) in handleSystemsAndManagersEventLogServiceGet()
139 std::format("{} Event Log Service", logEntryDescriptor); in handleSystemsAndManagersEventLogServiceGet()
240 const std::string_view memberId, const std::string& logEntryDescriptor) in fillEventLogEntryJson()
324 std::format("{} Event Log Entry", logEntryDescriptor); in fillEventLogEntryJson()
348 const std::string logEntryDescriptor = in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
351 if (collectionStr.empty() || memberId.empty() || logEntryDescriptor.empty()) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
365 std::format("{} Event Log Entries", logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
367 std::format("Collection of {} Event Log Entries", logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
402 logEntryDescriptor); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
120 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); handleSystemsAndManagersEventLogServiceGet() local
233 fillEventLogEntryJson(const std::string & logEntryID,const std::string & logEntry,nlohmann::json::object_t & logEntryJson,const std::string & parentStr,const std::string_view childId,const std::string & logEntryDescriptor) fillEventLogEntryJson() argument
339 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local
431 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); handleSystemsAndManagersLogServiceEventLogEntriesGet() local
562 fillEventLogLogEntryFromDbusLogEntry(const DbusEventLogEntry & entry,nlohmann::json & objectToFillOut,const std::string & parentStr,const std::string_view childId,const std::string & logEntryDescriptor) fillEventLogLogEntryFromDbusLogEntry() argument
601 afterLogEntriesGetManagedObjects(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & parentStr,const std::string_view childId,const std::string & logEntryDescriptor,const boost::system::error_code & ec,const dbus::utility::ManagedObjectType & resp) afterLogEntriesGetManagedObjects() argument
657 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); dBusEventLogEntryCollection() local
692 afterDBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & parentStr,const std::string_view childId,const std::string & logEntryDescriptor,const std::string & entryID,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & resp) afterDBusEventLogEntryGet() argument
728 const std::string logEntryDescriptor = getLogEntryDescriptor(parent); dBusEventLogEntryGet() local
[all...]