Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dsubscription.cpp216 nlohmann::json::array_t logEntryArray; in filterAndSendEventLogs() local
249 logEntryArray.emplace_back(std::move(bmcLogEntry)); in filterAndSendEventLogs()
253 if (logEntryArray.empty()) in filterAndSendEventLogs()
263 msg["Events"] = std::move(logEntryArray); in filterAndSendEventLogs()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp83 nlohmann::json::array_t* logEntryArray = in readJournalEntries() local
85 if (logEntryArray == nullptr) in readJournalEntries()
102 for (uint64_t entryCount = logEntryArray->size(); in readJournalEntries()
123 logEntryArray->emplace_back(std::move(bmcJournalLogEntry)); in readJournalEntries()
H A Dsystems_logservices_hostlogger.hpp186 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServicesHostloggerEntriesGet() local
187 logEntryArray = nlohmann::json::array(); in handleSystemsLogServicesHostloggerEntriesGet()
222 logEntryArray.emplace_back(std::move(hostLogEntry)); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dsystems_logservices_postcodes.hpp316 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in fillPostCodeEntry() local
317 logEntryArray.emplace_back(std::move(bmcLogEntry)); in fillPostCodeEntry()
H A Dlog_services.hpp1565 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServiceEventLogLogEntryCollection() local
1566 logEntryArray = nlohmann::json::array(); in handleSystemsLogServiceEventLogLogEntryCollection()
1616 logEntryArray.emplace_back(std::move(bmcLogEntry)); in handleSystemsLogServiceEventLogLogEntryCollection()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp596 nlohmann::json::array_t logEntryArray; in sendTestEventLog() local
597 nlohmann::json& logEntryJson = logEntryArray.emplace_back(); in sendTestEventLog()
645 msg["Events"] = logEntryArray; in sendTestEventLog()