Home
last modified time | relevance | path

Searched refs:pelEntry (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp270 const nlohmann::json& pelEntry, const std::string& name) in getComponentID() argument
276 if (pelEntry.contains("ComponentID")) in getComponentID()
278 std::string componentID = pelEntry["ComponentID"]; in getComponentID()
H A Dregistry.hpp484 const nlohmann::json& pelEntry,
H A Dmanager.cpp968 auto pelEntry = std::make_unique<PELEntry>(_logManager.getBus(), path, in createPELEntry() local
972 pelEntry->emit_added(); in createPELEntry()
974 _pelEntries.emplace(std::move(path), std::move(pelEntry)); in createPELEntry()
H A Drepository.cpp586 [&attributes](auto& pelEntry) { in getAllPELAttributes() argument
587 attributes.push_back(pelEntry); in getAllPELAttributes()