Searched refs:logEntryArray (Results 1 – 6 of 6) sorted by relevance
216 nlohmann::json::array_t logEntryArray; in filterAndSendEventLogs() local249 logEntryArray.emplace_back(std::move(bmcLogEntry)); in filterAndSendEventLogs()253 if (logEntryArray.empty()) in filterAndSendEventLogs()263 msg["Events"] = std::move(logEntryArray); in filterAndSendEventLogs()
83 nlohmann::json::array_t* logEntryArray = in readJournalEntries() local85 if (logEntryArray == nullptr) in readJournalEntries()102 for (uint64_t entryCount = logEntryArray->size(); in readJournalEntries()123 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()
316 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in fillPostCodeEntry() local317 logEntryArray.emplace_back(std::move(bmcLogEntry)); in fillPostCodeEntry()
1565 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServiceEventLogLogEntryCollection() local1566 logEntryArray = nlohmann::json::array(); in handleSystemsLogServiceEventLogLogEntryCollection()1616 logEntryArray.emplace_back(std::move(bmcLogEntry)); in handleSystemsLogServiceEventLogLogEntryCollection()
596 nlohmann::json::array_t logEntryArray; in sendTestEventLog() local597 nlohmann::json& logEntryJson = logEntryArray.emplace_back(); in sendTestEventLog()645 msg["Events"] = logEntryArray; in sendTestEventLog()