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/include/utils/
H A Deventlog_utils.hpp647 std::optional<DbusEventLogEntry> optEntry = in afterLogEntriesGetManagedObjects() local
650 if (!optEntry.has_value()) in afterLogEntriesGetManagedObjects()
656 *optEntry, entriesArray.emplace_back(), collectionStr, memberId, in afterLogEntriesGetManagedObjects()
726 std::optional<DbusEventLogEntry> optEntry = in afterDBusEventLogEntryGet() local
729 if (!optEntry.has_value()) in afterDBusEventLogEntryGet()
736 *optEntry, asyncResp->res.jsonValue, collectionStr, memberId, in afterDBusEventLogEntryGet()