Searched refs:bmcEntityTree (Results 1 – 6 of 6) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | fru.hpp | 69 pldm_entity_association_tree* bmcEntityTree) : in FruImpl() argument 71 entityTree(entityTree), bmcEntityTree(bmcEntityTree) in FruImpl() 233 pldm_entity_association_tree* bmcEntityTree; member in pldm::responder::FruImpl 265 pldm_entity_association_tree* bmcEntityTree) : in Handler() argument 266 impl(configPath, fruMasterJsonPath, pdrRepo, entityTree, bmcEntityTree) in Handler()
|
H A D | fru.cpp | 221 pldm_entity_association_tree_copy_root(entityTree, bmcEntityTree); in buildFRUTable()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_fru_test.cpp | 94 bmcEntityTree(pldm_entity_association_tree_init(), in TEST() local 120 entityTree.get(), bmcEntityTree.get()); in TEST() 167 bmcEntityTree(pldm_entity_association_tree_init(), in TEST() local 173 entityTree.get(), bmcEntityTree.get()); in TEST()
|
/openbmc/pldm/pldmd/ |
H A D | pldmd.cpp | 242 bmcEntityTree(pldm_entity_association_tree_init(), in main() local 244 if (!bmcEntityTree) in main() 259 EVENTS_JSONS_DIR, entityTree.get(), bmcEntityTree.get(), in main() 272 bmcEntityTree.get()); in main()
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.hpp | 96 pldm_entity_association_tree* bmcEntityTree,
|
H A D | host_pdr_handler.cpp | 89 pldm_entity_association_tree* bmcEntityTree, in HostPDRHandler() argument 102 [this, repo, entityTree, bmcEntityTree](sdbusplus::message_t& msg) { in HostPDRHandler() 120 pldm_entity_association_tree_copy_root(bmcEntityTree, in HostPDRHandler()
|