Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/transport/
H A Dtransport.cpp22 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
91 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
132 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
H A Dsend_recv_timeout.cpp13 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
H A Dsend_recv_unwanted.cpp14 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
H A Dsend_recv_wrong_pldm_type.cpp14 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
H A Dsend_recv_wrong_command_code.cpp14 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
H A Dsend_recv_one.cpp14 .type = PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, in TEST()
/openbmc/libpldm/src/transport/
H A Dtest.h16 PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND, enumerator
H A Dtest.c148 if (desc->type != PLDM_TRANSPORT_TEST_ELEMENT_MSG_SEND) { in pldm_transport_test_send()