Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Ddbus_log_watcher.cpp28 std::optional<DbusEventLogEntry> optEntry = in eventLogObjectFromDBus() local
31 if (!optEntry.has_value()) in eventLogObjectFromDBus()
37 DbusEventLogEntry& entry = optEntry.value(); in eventLogObjectFromDBus()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1434 std::optional<DbusEventLogEntry> optEntry = in fillEventLogLogEntryFromPropertyMap() local
1437 if (!optEntry.has_value()) in fillEventLogLogEntryFromPropertyMap()
1442 DbusEventLogEntry entry = optEntry.value(); in fillEventLogLogEntryFromPropertyMap()