Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp116 nlohmann::json::object_t bmcJournalLogEntry; in readJournalEntries() local
118 bmcJournalLogEntry)) in readJournalEntries()
123 logEntryArray->emplace_back(std::move(bmcJournalLogEntry)); in readJournalEntries()
330 nlohmann::json::object_t bmcJournalLogEntry; in handleManagersJournalEntriesLogEntryGet() local
331 if (!fillBMCJournalLogEntryJson(journal.get(), bmcJournalLogEntry)) in handleManagersJournalEntriesLogEntryGet()
336 asyncResp->res.jsonValue.update(bmcJournalLogEntry); in handleManagersJournalEntriesLogEntryGet()