Searched refs:logEntryID (Results 1 – 5 of 5) sorted by relevance
| /openbmc/bmcweb/test/redfish-core/include/ |
| H A D | event_log_test.cpp | 131 std::string logEntryID = "23849423_3"; in TEST() local 138 status = formatEventLogEntry(eventId, logEntryID, messageID, messageArgs, in TEST() 170 std::string logEntryID = "malformed"; in TEST() local 177 status = formatEventLogEntry(eventId, logEntryID, messageID, messageArgs, in TEST()
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | event_log.hpp | 23 int formatEventLogEntry(uint64_t eventId, const std::string& logEntryID,
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | event_log.cpp | 114 int formatEventLogEntry(uint64_t eventId, const std::string& logEntryID, in formatEventLogEntry() argument 144 msgComponents->messageKey, logEntryID); in formatEventLogEntry()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | systems_logservices_hostlogger.hpp | 100 inline void fillHostLoggerEntryJson(std::string_view logEntryID, in fillHostLoggerEntryJson() argument 108 BMCWEB_REDFISH_SYSTEM_URI_NAME, logEntryID); in fillHostLoggerEntryJson() 110 logEntryJson["Id"] = logEntryID; in fillHostLoggerEntryJson()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 231 const std::string& logEntryID, const std::string& logEntry, in fillEventLogEntryJson() argument 315 parentStr, childId, logEntryID); in fillEventLogEntryJson() 318 logEntryJson["Id"] = logEntryID; in fillEventLogEntryJson()
|