Searched refs:orgTree (Results 1 – 1 of 1) sorted by relevance
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 1731 auto orgTree = pldm_entity_association_tree_init(); in TEST() local 1734 pldm_entity_association_tree_add(orgTree, &entities[0], 0xffff, nullptr, in TEST() 1738 orgTree, &entities[1], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST() 1741 orgTree, &entities[2], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST() 1744 orgTree, &entities[3], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST() 1748 pldm_entity_association_tree_visit(orgTree, &orgOut, &orgNum); in TEST() 1751 rc = pldm_entity_association_tree_copy_root_check(orgTree, newTree); in TEST() 1762 pldm_entity_association_tree_destroy(orgTree); in TEST()
|