Searched refs:orgTree (Results 1 – 1 of 1) sorted by relevance
| /openbmc/libpldm/tests/dsp/ |
| H A D | pdr.cpp | 1906 auto orgTree = pldm_entity_association_tree_init(); in TEST() local 1909 pldm_entity_association_tree_add(orgTree, &entities[0], 0xffff, nullptr, in TEST() 1913 orgTree, &entities[1], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST() 1916 orgTree, &entities[2], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST() 1919 orgTree, &entities[3], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST() 1923 pldm_entity_association_tree_visit(orgTree, &orgOut, &orgNum); in TEST() 1926 rc = pldm_entity_association_tree_copy_root_check(orgTree, newTree); in TEST() 1937 pldm_entity_association_tree_destroy(orgTree); in TEST()
|