Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp1732 auto newTree = pldm_entity_association_tree_init(); in TEST() local
1751 rc = pldm_entity_association_tree_copy_root_check(orgTree, newTree); in TEST()
1755 pldm_entity_association_tree_visit(newTree, &newOut, &newNum); in TEST()
1763 pldm_entity_association_tree_destroy(newTree); in TEST()