Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/test/
H A Dutils_test.cpp55 auto l3a = pldm_entity_association_tree_add_entity( in TEST() local
63 tree, &entities[4], 0, l3a, PLDM_ENTITY_ASSOCIAION_PHYSICAL, true, true, in TEST()
66 tree, &entities[5], 1, l3a, PLDM_ENTITY_ASSOCIAION_PHYSICAL, true, true, in TEST()
77 {l1, l2}, {l2, l3a, l3b}, {l3a, l4a, l4b}, {l3b, l5a, l5b}}; in TEST()
82 {"/xyz/openbmc_project/inventory/chassis1/motherboard1/dcm0", l3a}, in TEST()
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp722 auto l3a = pldm_entity_association_tree_add( in TEST() local
724 EXPECT_NE(l3a, nullptr); in TEST()
855 pldm_entity p3a = pldm_entity_extract(l3a); in TEST()
1133 auto l3a = pldm_entity_association_tree_add( in TEST() local
1135 EXPECT_NE(l3a, nullptr); in TEST()
1418 auto l3a = pldm_entity_association_tree_add( in TEST() local
1420 EXPECT_NE(l3a, nullptr); in TEST()
1909 auto l3a = pldm_entity_association_tree_add( in TEST() local
1911 EXPECT_NE(l3a, nullptr); in TEST()
1968 auto l3a = pldm_entity_association_tree_add( in TEST() local
[all …]
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp469 auto l3a = pldm_entity_association_tree_add_entity( in TEST() local
477 tree, &entities[4], 0, l3a, PLDM_ENTITY_ASSOCIAION_PHYSICAL, true, true, in TEST()
480 tree, &entities[5], 1, l3a, PLDM_ENTITY_ASSOCIAION_PHYSICAL, true, true, in TEST()
499 {l1, l2}, {l2, l3a, l3b}, {l3a, l4a, l4b}, in TEST()