Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/transport/
H A Dtransport.cpp12 EXPECT_EQ(pldm_transport_test_init(&test, NULL, 0), 0); in TEST()
35 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
64 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
115 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
165 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
H A Dsend_recv_timeout.cpp36 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
H A Dsend_recv_unwanted.cpp54 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
H A Dsend_recv_wrong_pldm_type.cpp54 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
H A Dsend_recv_wrong_command_code.cpp54 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
H A Dsend_recv_one.cpp46 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
/openbmc/libpldm/src/transport/
H A Dtest.h44 int pldm_transport_test_init(struct pldm_transport_test **ctx,
H A Dtest.c170 int pldm_transport_test_init(struct pldm_transport_test **ctx, in pldm_transport_test_init() function