Home
last modified time | relevance | path

Searched refs:entityTree (Results 1 – 8 of 8) sorted by relevance

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_fru_test.cpp90 entityTree(pldm_entity_association_tree_init(), in TEST() local
120 entityTree.get(), bmcEntityTree.get()); in TEST()
137 pldm_entity_node* node = pldm_entity_association_tree_find(entityTree.get(), in TEST()
141 node = pldm_entity_association_tree_find(entityTree.get(), &chassisEntity); in TEST()
146 node = pldm_entity_association_tree_find(entityTree.get(), in TEST()
152 node = pldm_entity_association_tree_find(entityTree.get(), &panelEntity); in TEST()
163 entityTree(pldm_entity_association_tree_init(), in TEST() local
173 entityTree.get(), bmcEntityTree.get()); in TEST()
/openbmc/pldm/libpldmresponder/
H A Dfru.hpp68 pldm_entity_association_tree* entityTree, in FruImpl() argument
71 pdrRepo(pdrRepo), entityTree(entityTree), bmcEntityTree(bmcEntityTree) in FruImpl()
232 pldm_entity_association_tree* entityTree; member in pldm::responder::FruImpl
264 pldm_entity_association_tree* entityTree, in Handler() argument
266 impl(configPath, fruMasterJsonPath, pdrRepo, entityTree, bmcEntityTree) in Handler()
H A Dfru.cpp83 entityTree, &node, false)) in updateAssociationTree()
117 entityTree, &entity, 0xFFFF, nullptr, in updateAssociationTree()
126 entityTree, &entity, 0xFFFF, in updateAssociationTree()
210 int rc = pldm_entity_association_pdr_add_check(entityTree, pdrRepo, false, in buildFRUTable()
221 pldm_entity_association_tree_copy_root(entityTree, bmcEntityTree); in buildFRUTable()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp57 void updateContainerId(pldm_entity_association_tree* entityTree, in updateContainerId() argument
61 if (entityTree == nullptr) in updateContainerId()
79 auto node = pldm_entity_association_tree_find_with_locality(entityTree, in updateContainerId()
96 stateSensorHandler(eventsJsonsDir), entityTree(entityTree), in HostPDRHandler()
105 [this, repo, entityTree, bmcEntityTree](sdbusplus::message_t& msg) { in HostPDRHandler()
122 pldm_entity_association_tree_destroy_root(entityTree); in HostPDRHandler()
124 entityTree); in HostPDRHandler()
247 entityTree, &entities[0], false); in mergeEntityAssociations()
252 entityTree, &entities[0], true); in mergeEntityAssociations()
292 pldm_find_entity_ref_in_tree(entityTree, entities[0], &node); in mergeEntityAssociations()
[all …]
H A Dutils.cpp157 pldm_entity_association_tree* entityTree, ObjectPathMaps& objPathMap, in updateEntityAssociation() argument
169 entityTree, &node_entity, false); in updateEntityAssociation()
200 entityTree, &parent, false); in updateEntityAssociation()
H A Dutils.hpp33 pldm_entity_association_tree* entityTree,
H A Dhost_pdr_handler.hpp94 pldm_entity_association_tree* entityTree,
279 pldm_entity_association_tree* entityTree; member in pldm::HostPDRHandler
/openbmc/pldm/pldmd/
H A Dpldmd.cpp213 entityTree(pldm_entity_association_tree_init(), in main() local
215 if (!entityTree) in main()
241 EVENTS_JSONS_DIR, entityTree.get(), bmcEntityTree.get(), in main()
257 FRU_JSONS_DIR, FRU_MASTER_JSON, pdrRepo.get(), entityTree.get(), in main()