Searched refs:getUniqueEntryID (Results 1 – 5 of 5) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 25 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 D | event_log.hpp | 15 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID);
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | event_log.cpp | 41 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID() function
|
H A D | filesystem_log_watcher.cpp | 75 if (!event_log::getUniqueEntryID(logEntry, idStr)) in readEventLogsFromFile()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 117 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()
|