Searched defs:logEntryJson (Results 1 – 6 of 6) sorted by relevance
137 nlohmann::json::object_t logEntryJson; in TEST() local 176 nlohmann::json::object_t logEntryJson; TEST() local [all...]
116 formatEventLogEntry(uint64_t eventId,const std::string & logEntryID,const std::string & messageID,const std::span<std::string_view> messageArgs,std::string timestamp,const std::string & customText,nlohmann::json::object_t & logEntryJson) formatEventLogEntry() argument
101 nlohmann::json::object_t& logEntryJson) in fillHostLoggerEntryJson()
1723 const std::string& logID, nlohmann::json& logEntryJson) in logCrashdumpEntry()
227 nlohmann::json::object_t& logEntryJson, const std::string& parentStr, in fillEventLogEntryJson() argument [all...]
490 nlohmann::json& logEntryJson = logEntryArray.emplace_back(); in sendTestEventLog() local