Searched refs:pelEntry (Results 1 – 4 of 4) sorted by relevance
283 const nlohmann::json& pelEntry, const std::string& name) in getComponentID() argument289 if (pelEntry.contains("ComponentID")) in getComponentID()291 std::string componentID = pelEntry["ComponentID"]; in getComponentID()
484 const nlohmann::json& pelEntry,
971 auto pelEntry = std::make_unique<PELEntry>(_logManager.getBus(), path, in createPELEntry() local975 pelEntry->emit_added(); in createPELEntry()977 _pelEntries.emplace(std::move(path), std::move(pelEntry)); in createPELEntry()
596 [&attributes](auto& pelEntry) { in getAllPELAttributes() argument597 attributes.push_back(pelEntry); in getAllPELAttributes()