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.cpp283 const nlohmann::json& pelEntry, const std::string& name) in getComponentID() argument
289 if (pelEntry.contains("ComponentID")) in getComponentID()
291 std::string componentID = pelEntry["ComponentID"]; in getComponentID()
H A Dregistry.hpp484 const nlohmann::json& pelEntry,
H A Dmanager.cpp971 auto pelEntry = std::make_unique<PELEntry>(_logManager.getBus(), path, in createPELEntry() local
975 pelEntry->emit_added(); in createPELEntry()
977 _pelEntries.emplace(std::move(path), std::move(pelEntry)); in createPELEntry()
H A Drepository.cpp596 [&attributes](auto& pelEntry) { in getAllPELAttributes() argument
597 attributes.push_back(pelEntry); in getAllPELAttributes()