Searched refs:PELAttributes (Results 1 – 2 of 2) sorted by relevance
27 struct PELAttributes struct in openpower::pels::Repository42 PELAttributes() = delete;44 PELAttributes(const std::filesystem::path& p, size_t size, in PELAttributes() function113 std::reference_wrapper<const std::pair<const LogID, PELAttributes>>;310 std::optional<std::reference_wrapper<const PELAttributes>> getPELAttributes(318 const std::map<LogID, PELAttributes>& getAttributesMap() const in getAttributesMap()362 static bool isServiceableSev(const PELAttributes& pel);480 std::map<LogID, PELAttributes>::const_iterator findPEL( in findPEL()524 void updateRepoStats(const PELAttributes& pel, bool pelAdded);546 using IsPELTypeFunc = std::function<bool(const PELAttributes&)>;[all …]
105 PELAttributes attributes{ in restore()168 PELAttributes attributes{ in add()377 std::optional<std::reference_wrapper<const Repository::PELAttributes>>484 bool Repository::isServiceableSev(const PELAttributes& pel) in isServiceableSev()506 void Repository::updateRepoStats(const PELAttributes& pel, bool pelAdded) in updateRepoStats()642 IsPELTypeFunc isBMCInfo = [](const PELAttributes& pel) { in prune()648 IsPELTypeFunc isBMCNonInfo = [](const PELAttributes& pel) { in prune()654 IsPELTypeFunc isNonBMCInfo = [](const PELAttributes& pel) { in prune()660 IsPELTypeFunc isNonBMCNonInfo = [](const PELAttributes& pel) { in prune()666 IsPELTypeFunc isAnyPEL = [](const PELAttributes& /*pel*/) { return true; }; in prune() argument[all …]