Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp543 std::vector<AttributesReference> getAllPELAttributes(SortOrder order) const;
H A Drepository.cpp580 std::vector<Repository::AttributesReference> Repository::getAllPELAttributes( in getAllPELAttributes() function in openpower::pels::Repository
704 auto attributes = getAllPELAttributes(SortOrder::ascending); in removePELs()