Lines Matching refs:redfishLogFiles
167 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()
504 std::vector<std::filesystem::path> redfishLogFiles; in handleSystemsAndManagersLogServicesEventLogActionsClearPost() local
505 if (getRedfishLogFiles(redfishLogFiles)) in handleSystemsAndManagersLogServicesEventLogActionsClearPost()
507 for (const std::filesystem::path& file : redfishLogFiles) in handleSystemsAndManagersLogServicesEventLogActionsClearPost()