Searched refs:getUniqueEntryID (Results 1 – 5 of 5) sorted by relevance
| /openbmc/bmcweb/test/redfish-core/include/ |
| H A D | event_log_test.cpp | 26 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 D | event_log.hpp | 17 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID);
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | filesystem_log_watcher.cpp | 76 if (!event_log::getUniqueEntryID(logEntry, idStr)) in readEventLogsFromFile()
|
| H A D | event_log.cpp | 32 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID() function
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 184 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()
|