Searched refs:pldm_msgbuf_extract_uint8 (Results 1 – 5 of 5) sorted by relevance
| /openbmc/libpldm/tests/ |
| H A D | msgbuf.cpp | 70 EXPECT_EQ(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 83 ASSERT_EQ(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 85 EXPECT_NE(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 97 EXPECT_EQ(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 110 EXPECT_EQ(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 123 EXPECT_NE(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 137 EXPECT_NE(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 503 EXPECT_EQ(pldm_msgbuf_extract_uint8(ctx, val), 0); in TEST() 516 EXPECT_EQ(pldm_msgbuf_extract_uint8(ctx, valid), 0); in TEST() 517 EXPECT_NE(pldm_msgbuf_extract_uint8(ct in TEST() [all...] |
| H A D | msgbuf.hpp | 193 #define pldm_msgbuf_extract_uint8(ctx, dst) \ macro
|
| /openbmc/libpldm/src/ |
| H A D | msgbuf.h | 99 #define pldm_msgbuf_extract_uint8(ctx, dst) \ macro
|
| /openbmc/libpldm/tests/fuzz/ |
| H A D | fd-fuzz.cpp | 70 int rc = pldm_msgbuf_extract_uint8(ctx->fuzz_ctrl, v); in fuzz_chance()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | pdr.cpp | 62 pldm_msgbuf_extract_uint8(buf, association_pdr_test.version); in getAssociationPdrDetails() 63 pldm_msgbuf_extract_uint8(buf, association_pdr_test.type); in getAssociationPdrDetails() 68 pldm_msgbuf_extract_uint8(buf, association_pdr_test.association_type); in getAssociationPdrDetails() 83 pldm_msgbuf_extract_uint8(buf, association_pdr_test.num_children); in verifyEntityAssociationPdr()
|