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.cpp652 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()
705 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,