Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_event_log_entry.hpp14 struct DbusEventLogEntry struct
30 inline std::optional<DbusEventLogEntry> fillDbusEventLogEntryFromPropertyMap( in fillDbusEventLogEntryFromPropertyMap()
33 DbusEventLogEntry entry; in fillDbusEventLogEntryFromPropertyMap()
H A Deventlog_utils.hpp574 const DbusEventLogEntry& entry, nlohmann::json& objectToFillOut, in fillEventLogLogEntryFromDbusLogEntry()
647 std::optional<DbusEventLogEntry> optEntry = in afterLogEntriesGetManagedObjects()
726 std::optional<DbusEventLogEntry> optEntry = in afterDBusEventLogEntryGet()
/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp28 std::optional<DbusEventLogEntry> optEntry = in eventLogObjectFromDBus()
37 DbusEventLogEntry& entry = optEntry.value(); in eventLogObjectFromDBus()