Searched refs:optEntry (Results 1 – 2 of 2) sorted by relevance
28 std::optional<DbusEventLogEntry> optEntry = in eventLogObjectFromDBus() local31 if (!optEntry.has_value()) in eventLogObjectFromDBus()37 DbusEventLogEntry& entry = optEntry.value(); in eventLogObjectFromDBus()
647 std::optional<DbusEventLogEntry> optEntry = in afterLogEntriesGetManagedObjects() 650 if (!optEntry.has_value())656 *optEntry, entriesArray.emplace_back(), collectionStr, memberId, in dBusEventLogEntryCollection() 726 std::optional<DbusEventLogEntry> optEntry = in dBusEventLogEntryGet() 729 if (!optEntry.has_value()) in dBusEventLogEntryGet() 736 *optEntry, asyncResp->res.jsonValue, collectionStr, memberId, in dBusEventLogEntryGet() 633 std::optional<DbusEventLogEntry> optEntry = afterLogEntriesGetManagedObjects() local 708 std::optional<DbusEventLogEntry> optEntry = afterDBusEventLogEntryGet() local