Home
last modified time | relevance | path

Searched refs:getPdrRespLen (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/platform-mc/test/
H A Dplatform_manager_test.cpp77 const size_t getPdrRespLen = 81; in TEST_F() local
78 std::array<uint8_t, sizeof(pldm_msg_hdr) + getPdrRespLen> getPdrResp{ in TEST_F()
236 const size_t getPdrRespLen = 81; in TEST_F() local
237 std::array<uint8_t, sizeof(pldm_msg_hdr) + getPdrRespLen> getPdrResp{ in TEST_F()
391 const size_t getPdrRespLen = 81; in TEST_F() local
392 std::array<uint8_t, sizeof(pldm_msg_hdr) + getPdrRespLen> getPdrResp{ in TEST_F()
503 const size_t getPdrRespLen = 1; in TEST_F() local
504 std::array<uint8_t, sizeof(pldm_msg_hdr) + getPdrRespLen> getPdrResp{ in TEST_F()
H A Devent_manager_test.cpp230 const size_t getPdrRespLen = 81; in TEST_F() local
231 std::array<uint8_t, sizeof(pldm_msg_hdr) + getPdrRespLen> getPdrResp{ in TEST_F()