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() argument113 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 …]
115 PELAttributes attributes{ in restore()178 PELAttributes attributes{ in add()387 std::optional<std::reference_wrapper<const Repository::PELAttributes>>494 bool Repository::isServiceableSev(const PELAttributes& pel) in isServiceableSev()516 void Repository::updateRepoStats(const PELAttributes& pel, bool pelAdded) in updateRepoStats()652 IsPELTypeFunc isBMCInfo = [](const PELAttributes& pel) { in prune()658 IsPELTypeFunc isBMCNonInfo = [](const PELAttributes& pel) { in prune()664 IsPELTypeFunc isNonBMCInfo = [](const PELAttributes& pel) { in prune()670 IsPELTypeFunc isNonBMCNonInfo = [](const PELAttributes& pel) { in prune()676 IsPELTypeFunc isAnyPEL = [](const PELAttributes& /*pel*/) { return true; }; in prune() argument[all …]