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 | 99 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 D | log_services.hpp | 1353 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 D | event_log.hpp | 23 const std::string& logEntryID, const std::string& messageID,
|