Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp526 enum class SortOrder enum in openpower::pels::Repository
543 std::vector<AttributesReference> getAllPELAttributes(SortOrder order) const;
H A Drepository.cpp591 Repository::getAllPELAttributes(SortOrder order) const in getAllPELAttributes()
602 if (order == SortOrder::ascending) in getAllPELAttributes()
714 auto attributes = getAllPELAttributes(SortOrder::ascending); in removePELs()