Searched refs:logEntryArray (Results 1 – 6 of 6) sorted by relevance
202 nlohmann::json::array_t logEntryArray; in filterAndSendEventLogs() local235 logEntryArray.emplace_back(std::move(bmcLogEntry)); in filterAndSendEventLogs()239 if (logEntryArray.empty()) in filterAndSendEventLogs()249 msg["Events"] = std::move(logEntryArray); in filterAndSendEventLogs()
86 nlohmann::json::array_t* logEntryArray = in readJournalEntries() local88 if (logEntryArray == nullptr) in readJournalEntries()105 for (uint64_t entryCount = logEntryArray->size(); in readJournalEntries()126 logEntryArray->emplace_back(std::move(bmcJournalLogEntry)); in readJournalEntries()
186 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServicesHostloggerEntriesGet() local187 logEntryArray = nlohmann::json::array(); in handleSystemsLogServicesHostloggerEntriesGet()222 logEntryArray.emplace_back(std::move(hostLogEntry)); in handleSystemsLogServicesHostloggerEntriesGet()
319 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in fillPostCodeEntry() local320 logEntryArray.emplace_back(std::move(bmcLogEntry)); in fillPostCodeEntry()
487 nlohmann::json::array_t logEntryArray; in sendTestEventLog() local488 nlohmann::json& logEntryJson = logEntryArray.emplace_back(); in sendTestEventLog()536 msg["Events"] = logEntryArray; in sendTestEventLog()
358 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local359 logEntryArray = nlohmann::json::array(); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()410 logEntryArray.emplace_back(std::move(bmcLogEntry)); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()