Home
last modified time | relevance | path

Searched refs:getEventLogParams (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp88 status = getEventLogParams(logEntry, timestamp, messageID, messageArgs); in TEST()
107 status = getEventLogParams(logEntry, timestamp, messageID, messageArgs); in TEST()
121 status = getEventLogParams(logEntry, timestamp, messageID, messageArgs); in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Devent_log.hpp17 int getEventLogParams(const std::string& logEntry, std::string& timestamp,
H A Devent_service_manager.hpp656 if (event_log::getEventLogParams(logEntry, timestamp, messageID, in readEventLogsFromFile()
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp72 int getEventLogParams(const std::string& logEntry, std::string& timestamp, in getEventLogParams() function