Searched refs:pldm_transport_test_init (Results 1 – 8 of 8) sorted by relevance
/openbmc/libpldm/tests/transport/ |
H A D | transport.cpp | 12 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 D | send_recv_timeout.cpp | 36 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
|
H A D | send_recv_unwanted.cpp | 54 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
|
H A D | send_recv_wrong_pldm_type.cpp | 54 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
|
H A D | send_recv_wrong_command_code.cpp | 54 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
|
H A D | send_recv_one.cpp | 46 EXPECT_EQ(pldm_transport_test_init(&test, seq, ARRAY_SIZE(seq)), 0); in TEST()
|
/openbmc/libpldm/src/transport/ |
H A D | test.h | 44 int pldm_transport_test_init(struct pldm_transport_test **ctx,
|
H A D | test.c | 170 int pldm_transport_test_init(struct pldm_transport_test **ctx, in pldm_transport_test_init() function
|