Searched refs:pldm_msgbuf_extract_uint16 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/libpldm/tests/ |
| H A D | msgbuf.cpp | 188 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctx, val), 0); in TEST() 203 EXPECT_NE(pldm_msgbuf_extract_uint16(ctx, val), 0); in TEST() 215 EXPECT_NE(pldm_msgbuf_extract_uint16(ctx, val), 0); in TEST() 608 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, checkVal), 0); in TEST() 835 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() 922 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() 945 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() 960 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, testVal), 0); in TEST() [all …]
|
| H A D | msgbuf.hpp | 201 #define pldm_msgbuf_extract_uint16(ctx, dst) \ macro
|
| /openbmc/libpldm/src/ |
| H A D | msgbuf.h | 107 #define pldm_msgbuf_extract_uint16(ctx, dst) \ macro
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | pdr.cpp | 52 pldm_msgbuf_extract_uint16(buf, entity.entity_type); in getEntity() 53 pldm_msgbuf_extract_uint16(buf, entity.entity_instance_num); in getEntity() 54 pldm_msgbuf_extract_uint16(buf, entity.entity_container_id); in getEntity() 64 pldm_msgbuf_extract_uint16(buf, association_pdr_test.record_change_num); in getAssociationPdrDetails() 65 pldm_msgbuf_extract_uint16(buf, association_pdr_test.length); in getAssociationPdrDetails() 67 pldm_msgbuf_extract_uint16(buf, association_pdr_test.container_id); in getAssociationPdrDetails()
|