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.hpp21 inline void fillHostLoggerEntryJson(std::string_view logEntryID, in fillHostLoggerEntryJson() argument
29 BMCWEB_REDFISH_SYSTEM_URI_NAME, logEntryID); in fillHostLoggerEntryJson()
31 logEntryJson["Id"] = logEntryID; in fillHostLoggerEntryJson()
H A Dlog_services.hpp1331 const std::string& logEntryID, const std::string& logEntry, in fillEventLogEntryJson() argument
1395 BMCWEB_REDFISH_SYSTEM_URI_NAME, logEntryID); in fillEventLogEntryJson()
1397 logEntryJson["Id"] = logEntryID; in fillEventLogEntryJson()
/openbmc/bmcweb/redfish-core/include/
H A Devent_log.hpp22 const std::string& logEntryID, const std::string& messageID,