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.cpp131 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 Devent_log.hpp23 int formatEventLogEntry(uint64_t eventId, const std::string& logEntryID,
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp114 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 Dsystems_logservices_hostlogger.hpp100 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 Deventlog_utils.hpp231 const std::string& logEntryID, const std::string& logEntry, in fillEventLogEntryJson() argument
315 parentStr, childId, logEntryID); in fillEventLogEntryJson()
318 logEntryJson["Id"] = logEntryID; in fillEventLogEntryJson()