Searched refs:logEntryArray (Results 1 – 5 of 5) sorted by relevance
132 nlohmann::json::array_t logEntryArray; in sendTestEventLog() local133 nlohmann::json& logEntryJson = logEntryArray.emplace_back(); in sendTestEventLog()150 msg["Events"] = logEntryArray; in sendTestEventLog()160 nlohmann::json::array_t logEntryArray; in filterAndSendEventLogs() local191 logEntryArray.emplace_back(std::move(bmcLogEntry)); in filterAndSendEventLogs()194 if (logEntryArray.empty()) in filterAndSendEventLogs()204 msg["Events"] = std::move(logEntryArray); in filterAndSendEventLogs()
106 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServicesHostloggerEntriesGet() local107 logEntryArray = nlohmann::json::array(); in handleSystemsLogServicesHostloggerEntriesGet()142 logEntryArray.emplace_back(std::move(hostLogEntry)); in handleSystemsLogServicesHostloggerEntriesGet()
275 nlohmann::json::array_t* logEntryArray = in readJournalEntries() local277 if (logEntryArray == nullptr) in readJournalEntries()294 for (uint64_t entryCount = logEntryArray->size(); in readJournalEntries()348 logEntryArray->emplace_back(std::move(bmcJournalLogEntry)); in readJournalEntries()
281 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in fillPostCodeEntry() local282 logEntryArray.emplace_back(std::move(bmcLogEntry)); in fillPostCodeEntry()
1555 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServiceEventLogLogEntryCollection() local1556 logEntryArray = nlohmann::json::array(); in handleSystemsLogServiceEventLogLogEntryCollection()1606 logEntryArray.emplace_back(std::move(bmcLogEntry)); in handleSystemsLogServiceEventLogLogEntryCollection()