Home
last modified time | relevance | path

Searched defs:logEntryID (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp131 std::string logEntryID = "23849423_3"; in TEST() local
170 std::string logEntryID = "malformed"; in TEST() local
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp112 formatEventLogEntry(uint64_t eventId,const std::string & logEntryID,const std::string & messageID,const std::span<std::string_view> messageArgs,std::string timestamp,const std::string & customText,nlohmann::json::object_t & logEntryJson) formatEventLogEntry() argument
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp99 inline void fillHostLoggerEntryJson(std::string_view logEntryID, in fillHostLoggerEntryJson()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp226 const std::string& logEntryID, const std::string& logEntry, in fillEventLogEntryJson() argument