Searched refs:logEntryID (Results 1 – 5 of 5) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 129 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 D | event_log.cpp | 124 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 D | systems_logservices_hostlogger.hpp | 21 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 D | log_services.hpp | 1331 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 D | event_log.hpp | 22 const std::string& logEntryID, const std::string& messageID,
|