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.cpp25 success = getUniqueEntryID(example, entryID); in TEST()
40 success = getUniqueEntryID(example, entryID1); in TEST()
42 success = getUniqueEntryID(example, entryID2); in TEST()
60 getUniqueEntryID(example, entryID1); in TEST()
61 getUniqueEntryID(example, entryID2); in TEST()
62 getUniqueEntryID(example, entryID3); in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Devent_log.hpp15 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID);
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp41 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID() function
H A Dfilesystem_log_watcher.cpp75 if (!event_log::getUniqueEntryID(logEntry, idStr)) in readEventLogsFromFile()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp117 inline bool getUniqueEntryID(const std::string& logEntry, std::string& entryID, in getUniqueEntryID() function
1567 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsLogServiceEventLogLogEntryCollection()
1662 if (!getUniqueEntryID(logEntry, idStr, firstEntry)) in handleSystemsLogServiceEventLogEntriesGet()