Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dbase.cpp543 constexpr uint8_t kPldmType = PLDM_BASE; in TEST() local
561 .pldm_type = kPldmType, in TEST()
579 EXPECT_EQ(pldm_type, kPldmType); in TEST()
596 constexpr uint8_t kPldmType = PLDM_BASE; in TEST() local
610 req_pkt.pldm_type = kPldmType; in TEST()
628 constexpr uint8_t kPldmType = 0xff; in TEST() local
642 req_pkt.pldm_type = kPldmType; in TEST()
660 constexpr uint8_t kPldmType = PLDM_BASE; in TEST() local
674 req_pkt.pldm_type = kPldmType; in TEST()
692 constexpr uint8_t kPldmType = PLDM_BASE; in TEST() local
[all …]