Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp132 nlohmann::json::array_t logEntryArray; in sendTestEventLog() local
133 nlohmann::json& logEntryJson = logEntryArray.emplace_back(); in sendTestEventLog()
150 msg["Events"] = logEntryArray; in sendTestEventLog()
160 nlohmann::json::array_t logEntryArray; in filterAndSendEventLogs() local
191 logEntryArray.emplace_back(std::move(bmcLogEntry)); in filterAndSendEventLogs()
194 if (logEntryArray.empty()) in filterAndSendEventLogs()
204 msg["Events"] = std::move(logEntryArray); in filterAndSendEventLogs()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp106 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServicesHostloggerEntriesGet() local
107 logEntryArray = nlohmann::json::array(); in handleSystemsLogServicesHostloggerEntriesGet()
142 logEntryArray.emplace_back(std::move(hostLogEntry)); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dmanager_logservices_journal.hpp275 nlohmann::json::array_t* logEntryArray = in readJournalEntries() local
277 if (logEntryArray == nullptr) in readJournalEntries()
294 for (uint64_t entryCount = logEntryArray->size(); in readJournalEntries()
348 logEntryArray->emplace_back(std::move(bmcJournalLogEntry)); in readJournalEntries()
H A Dsystems_logservices_postcodes.hpp281 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in fillPostCodeEntry() local
282 logEntryArray.emplace_back(std::move(bmcLogEntry)); in fillPostCodeEntry()
H A Dlog_services.hpp1555 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServiceEventLogLogEntryCollection() local
1556 logEntryArray = nlohmann::json::array(); in handleSystemsLogServiceEventLogLogEntryCollection()
1606 logEntryArray.emplace_back(std::move(bmcLogEntry)); in handleSystemsLogServiceEventLogLogEntryCollection()