Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp27 struct PELAttributes struct in openpower::pels::Repository
42 PELAttributes() = delete;
44 PELAttributes(const std::filesystem::path& p, size_t size, in PELAttributes() function
113 std::reference_wrapper<const std::pair<const LogID, PELAttributes>>;
310 std::optional<std::reference_wrapper<const PELAttributes>>
318 const std::map<LogID, PELAttributes>& getAttributesMap() const in getAttributesMap()
362 static bool isServiceableSev(const PELAttributes& pel);
480 std::map<LogID, PELAttributes>::const_iterator
524 void updateRepoStats(const PELAttributes& pel, bool pelAdded);
546 using IsPELTypeFunc = std::function<bool(const PELAttributes&)>;
[all …]
H A Drepository.cpp115 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 …]