Searched refs:pldm_msgbuf_extract_uint16 (Results 1 – 4 of 4) sorted by relevance
/openbmc/libpldm/tests/ |
H A D | msgbuf.cpp | 189 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctx, val), 0); in TEST() 204 EXPECT_NE(pldm_msgbuf_extract_uint16(ctx, val), 0); in TEST() 216 EXPECT_NE(pldm_msgbuf_extract_uint16(ctx, val), 0); in TEST() 609 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, checkVal), 0); in TEST() 836 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() 863 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() 896 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() 921 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() 944 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() 959 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() [all …]
|
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 50 pldm_msgbuf_extract_uint16(buf, entity.entity_type); in getEntity() 51 pldm_msgbuf_extract_uint16(buf, entity.entity_instance_num); in getEntity() 52 pldm_msgbuf_extract_uint16(buf, entity.entity_container_id); in getEntity() 62 pldm_msgbuf_extract_uint16(buf, association_pdr_test.record_change_num); in getAssociationPdrDetails() 63 pldm_msgbuf_extract_uint16(buf, association_pdr_test.length); in getAssociationPdrDetails() 65 pldm_msgbuf_extract_uint16(buf, association_pdr_test.container_id); in getAssociationPdrDetails()
|
H A D | platform.cpp | 1481 pldm_msgbuf_extract_uint16(buf, retEventIdToAcknowledge); in TEST() 1519 pldm_msgbuf_extract_uint16(buf, retEventIdToAcknowledge); in TEST() 1557 pldm_msgbuf_extract_uint16(buf, retEventIdToAcknowledge); in TEST() 2033 pldm_msgbuf_extract_uint16(buf, retEventId); in TEST() 2086 pldm_msgbuf_extract_uint16(buf, retEventId); in TEST() 2125 pldm_msgbuf_extract_uint16(buf, retEventId); in TEST() 2178 pldm_msgbuf_extract_uint16(buf, retEventId); in TEST() 2668 pldm_msgbuf_extract_uint16(buf, reteventID); in TEST()
|
/openbmc/libpldm/src/ |
H A D | msgbuf.h | 402 #define pldm_msgbuf_extract_uint16(ctx, dst) \ macro
|