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()
1434 std::optional<DbusEventLogEntry> optEntry = in fillEventLogLogEntryFromPropertyMap() local1437 if (!optEntry.has_value()) in fillEventLogLogEntryFromPropertyMap()1442 DbusEventLogEntry entry = optEntry.value(); in fillEventLogLogEntryFromPropertyMap()