Searched refs:getEventLogParams (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 89 status = getEventLogParams(logEntry, timestamp, messageID, messageArgs); in TEST() 108 status = getEventLogParams(logEntry, timestamp, messageID, messageArgs); in TEST() 122 status = getEventLogParams(logEntry, timestamp, messageID, messageArgs); in TEST()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_log.hpp | 19 int getEventLogParams(const std::string& logEntry, std::string& timestamp,
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | event_log.cpp | 73 int getEventLogParams(const std::string& logEntry, std::string& timestamp, in getEventLogParams() function
|
H A D | filesystem_log_watcher.cpp | 87 if (event_log::getEventLogParams(logEntry, timestamp, messageID, in readEventLogsFromFile()
|