Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp1524 auto orgTree = pldm_entity_association_tree_init(); in TEST() local
1527 pldm_entity_association_tree_add(orgTree, &entities[0], 0xffff, nullptr, in TEST()
1531 orgTree, &entities[1], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST()
1534 orgTree, &entities[2], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST()
1537 orgTree, &entities[3], 0xffff, l1, PLDM_ENTITY_ASSOCIAION_PHYSICAL); in TEST()
1541 pldm_entity_association_tree_visit(orgTree, &orgOut, &orgNum); in TEST()
1544 rc = pldm_entity_association_tree_copy_root_check(orgTree, newTree); in TEST()
1555 pldm_entity_association_tree_destroy(orgTree); in TEST()