Home
last modified time | relevance | path

Searched refs:logEntryID (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp129 std::string logEntryID = "23849423_3"; in TEST() local
136 status = formatEventLogEntry(logEntryID, messageID, messageArgs, timestamp, in TEST()
167 std::string logEntryID = "malformed"; in TEST() local
174 status = formatEventLogEntry(logEntryID, messageID, messageArgs, timestamp, in TEST()
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp124 const std::string& logEntryID, const std::string& messageID, in formatEventLogEntry() argument
135 __func__, messageID, logEntryID); in formatEventLogEntry()
159 logEntryJson["EventId"] = logEntryID; in formatEventLogEntry()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp99 inline void fillHostLoggerEntryJson(std::string_view logEntryID, in handleSystemsLogServicesHostloggerEntriesGet()
107 BMCWEB_REDFISH_SYSTEM_URI_NAME, logEntryID); in handleSystemsLogServicesHostloggerEntriesGet()
109 logEntryJson["Id"] = logEntryID; in handleSystemsLogServicesHostloggerEntriesGet()
21 fillHostLoggerEntryJson(std::string_view logEntryID,std::string_view msg,nlohmann::json::object_t & logEntryJson) fillHostLoggerEntryJson() argument
H A Dlog_services.hpp1353 const std::string& logEntryID, const std::string& logEntry, in fillEventLogEntryJson()
1417 BMCWEB_REDFISH_SYSTEM_URI_NAME, logEntryID); in fillEventLogLogEntryFromPropertyMap()
1419 logEntryJson["Id"] = logEntryID; in fillEventLogLogEntryFromPropertyMap()
1331 fillEventLogEntryJson(const std::string & logEntryID,const std::string & logEntry,nlohmann::json::object_t & logEntryJson) fillEventLogEntryJson() argument
/openbmc/bmcweb/redfish-core/include/
H A Devent_log.hpp23 const std::string& logEntryID, const std::string& messageID,