Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp167 std::vector<std::filesystem::path>& redfishLogFiles) in getRedfishLogFiles() argument
180 redfishLogFiles.emplace_back(redfishLogDir / filename); in getRedfishLogFiles()
186 std::ranges::sort(redfishLogFiles); in getRedfishLogFiles()
188 return !redfishLogFiles.empty(); in getRedfishLogFiles()
373 std::vector<std::filesystem::path> redfishLogFiles; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local
374 getRedfishLogFiles(redfishLogFiles); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
380 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
455 std::vector<std::filesystem::path> redfishLogFiles; in handleSystemsAndManagersLogServiceEventLogEntriesGet() local
456 getRedfishLogFiles(redfishLogFiles); in handleSystemsAndManagersLogServiceEventLogEntriesGet()
461 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsAndManagersLogServiceEventLogEntriesGet()
[all …]