Home
last modified time | relevance | path

Searched refs:bmcEntityTree (Results 1 – 6 of 6) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dfru.hpp69 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 Dfru.cpp221 pldm_entity_association_tree_copy_root(entityTree, bmcEntityTree); in buildFRUTable()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_fru_test.cpp94 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 Dpldmd.cpp242 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 Dhost_pdr_handler.hpp96 pldm_entity_association_tree* bmcEntityTree,
H A Dhost_pdr_handler.cpp89 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()