Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp203 return findPEL(id) != _pelAttributes.end(); in hasPEL()
443 if (auto logID = findPEL(id); logID != _pelAttributes.end()) in getLogID()
482 findPEL(const LogID& id) const in findPEL() function in openpower::pels::Repository
H A Drepository.cpp239 auto pel = findPEL(id); in remove()
277 auto pel = findPEL(id); in getPELData()
299 auto pel = findPEL(id); in getPELFD()
391 auto pel = findPEL(id); in getPELAttributes()