Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp642 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()
695 const IsPELTypeFunc& isPELType, in removePELs()
H A Drepository.hpp546 using IsPELTypeFunc = std::function<bool(const PELAttributes&)>; typedef in openpower::pels::Repository
569 const IsPELTypeFunc& isPELType,