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()
633 std::optional<DbusEventLogEntry> optEntry = in afterLogEntriesGetManagedObjects() local636 if (!optEntry.has_value()) in afterLogEntriesGetManagedObjects()642 *optEntry, entriesArray.emplace_back(), parentStr, childId, in afterLogEntriesGetManagedObjects()708 std::optional<DbusEventLogEntry> optEntry = in afterDBusEventLogEntryGet() local711 if (!optEntry.has_value()) in afterDBusEventLogEntryGet()718 *optEntry, asyncResp->res.jsonValue, parentStr, childId, in afterDBusEventLogEntryGet()