Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp36 typedef struct pldm_entity_test struct
42 inline bool operator==(pldm_entity_test entity) const in operator ==() argument
48 } pldm_entity_test; typedef
50 static void getEntity(struct pldm_msgbuf_ro* buf, pldm_entity_test& entity) in getEntity()
74 const pldm_entity_test& container_entity1, in verifyEntityAssociationPdr()
75 const pldm_entity_test& child_entity1) in verifyEntityAssociationPdr()
77 struct pldm_entity_test container_entity = {}; in verifyEntityAssociationPdr()
78 struct pldm_entity_test child_entity = {}; in verifyEntityAssociationPdr()
1728 pldm_entity_test testEntities[3] = {{1, 1, 0}, {2, 1, 1}, {3, 1, 1}}; in TEST()