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.cpp89 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 Devent_log.hpp19 int getEventLogParams(const std::string& logEntry, std::string& timestamp,
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp73 int getEventLogParams(const std::string& logEntry, std::string& timestamp, in getEventLogParams() function
H A Dfilesystem_log_watcher.cpp87 if (event_log::getEventLogParams(logEntry, timestamp, messageID, in readEventLogsFromFile()