Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/
H A Dmsgbuf.cpp70 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 Dmsgbuf.hpp193 #define pldm_msgbuf_extract_uint8(ctx, dst) \ macro
/openbmc/libpldm/src/
H A Dmsgbuf.h99 #define pldm_msgbuf_extract_uint8(ctx, dst) \ macro
/openbmc/libpldm/tests/fuzz/
H A Dfd-fuzz.cpp70 int rc = pldm_msgbuf_extract_uint8(ctx->fuzz_ctrl, v); in fuzz_chance()
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp62 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()