Searched refs:pelEntry (Results 1 – 4 of 4) sorted by relevance
270 const nlohmann::json& pelEntry, const std::string& name) in getComponentID() argument276 if (pelEntry.contains("ComponentID")) in getComponentID()278 std::string componentID = pelEntry["ComponentID"]; in getComponentID()
484 const nlohmann::json& pelEntry,
968 auto pelEntry = std::make_unique<PELEntry>(_logManager.getBus(), path, in createPELEntry() local972 pelEntry->emit_added(); in createPELEntry()974 _pelEntries.emplace(std::move(path), std::move(pelEntry)); in createPELEntry()
586 [&attributes](auto& pelEntry) { in getAllPELAttributes() argument587 attributes.push_back(pelEntry); in getAllPELAttributes()