Home
last modified time | relevance | path

Searched refs:getUniqueEntryID (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp26 success = getUniqueEntryID(example, entryID); in TEST()
41 success = getUniqueEntryID(example, entryID1); in TEST()
43 success = getUniqueEntryID(example, entryID2); in TEST()
61 getUniqueEntryID(example, entryID1); in TEST()
62 getUniqueEntryID(example, entryID2); in TEST()
63 getUniqueEntryID(example, entryID3); in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Devent_log.hpp17 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID);
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp76 if (!event_log::getUniqueEntryID(logEntry, idStr)) in readEventLogsFromFile()
H A Devent_log.cpp32 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID() function
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp184 inline bool getUniqueEntryID(const std::string& logEntry, std::string& entryID, in getUniqueEntryID() function
382 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
460 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsAndManagersLogServiceEventLogEntriesGet()