/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_fru_test.cpp | 90 entityTree(pldm_entity_association_tree_init(), in TEST() local 120 entityTree.get(), bmcEntityTree.get()); in TEST() 138 pldm_entity_association_tree_find(entityTree.get(), &systemEntity); in TEST() 141 node = pldm_entity_association_tree_find(entityTree.get(), &chassisEntity); in TEST() 147 pldm_entity_association_tree_find(entityTree.get(), &motherboardEntity); 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 D | fru.hpp | 68 pldm_entity_association_tree* entityTree, in FruImpl() argument 71 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 D | fru.cpp | 83 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(entityTree, pdrRepo, false, in buildFRUTable() 221 pldm_entity_association_tree_copy_root(entityTree, bmcEntityTree); in buildFRUTable()
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 54 void updateContainerId(pldm_entity_association_tree* entityTree, in updateContainerId() argument 58 if (entityTree == nullptr) in updateContainerId() 77 entityTree, &entity, true); in updateContainerId() 88 pldm_entity_association_tree* entityTree, in HostPDRHandler() argument 93 stateSensorHandler(eventsJsonsDir), entityTree(entityTree), in HostPDRHandler() 102 [this, repo, entityTree, bmcEntityTree](sdbusplus::message_t& msg) { in HostPDRHandler() 122 pldm_entity_association_tree_destroy_root(entityTree); in HostPDRHandler() 124 entityTree); in HostPDRHandler() 256 entityTree, &entities[0], false); in mergeEntityAssociations() 261 entityTree, &entities[0], true); in mergeEntityAssociations() [all …]
|
H A D | utils.cpp | 160 pldm_entity_association_tree* entityTree, ObjectPathMaps& objPathMap, in updateEntityAssociation() argument 172 entityTree, &node_entity, false); in updateEntityAssociation() 203 entityTree, &parent, false); in updateEntityAssociation()
|
H A D | utils.hpp | 33 pldm_entity_association_tree* entityTree,
|
H A D | host_pdr_handler.hpp | 95 pldm_entity_association_tree* entityTree, 301 pldm_entity_association_tree* entityTree; member in pldm::HostPDRHandler
|
/openbmc/pldm/pldmd/ |
H A D | pldmd.cpp | 238 entityTree(pldm_entity_association_tree_init(), in main() local 240 if (!entityTree) in main() 264 EVENTS_JSONS_DIR, entityTree.get(), bmcEntityTree.get(), in main() 276 FRU_JSONS_DIR, FRU_MASTER_JSON, pdrRepo.get(), entityTree.get(), in main()
|