Home
last modified time | relevance | path

Searched defs:logEntryJson (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp137 nlohmann::json::object_t logEntryJson; in TEST() local
176 nlohmann::json::object_t logEntryJson; TEST() local
[all...]
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp116 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
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp101 nlohmann::json::object_t& logEntryJson) in fillHostLoggerEntryJson()
H A Dlog_services.hpp1723 const std::string& logID, nlohmann::json& logEntryJson) in logCrashdumpEntry()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp227 nlohmann::json::object_t& logEntryJson, const std::string& parentStr, in fillEventLogEntryJson() argument
[all...]
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp490 nlohmann::json& logEntryJson = logEntryArray.emplace_back(); in sendTestEventLog() local