Lines Matching refs:PLDM_BASE
271 (1 << (PLDM_BASE % 8)) + (1 << (PLDM_PLATFORM % 8)) + in TEST_F()
290 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BASE)); in TEST_F()
324 uint8_t byte0 = (1 << (PLDM_BASE % 8)) + (1 << (PLDM_PLATFORM % 8)) + in TEST_F()
475 EXPECT_EQ(true, termini[1]->doesSupportType(PLDM_BASE)); in TEST_F()
480 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, PLDM_SET_TID)); in TEST_F()
481 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_TID)); in TEST_F()
483 termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_PLDM_VERSION)); in TEST_F()
485 termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_PLDM_TYPES)); in TEST_F()
487 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, in TEST_F()
489 EXPECT_EQ(false, termini[1]->doesSupportCommand(PLDM_BASE, in TEST_F()
551 tid, 1 << PLDM_BASE | 1 << PLDM_PLATFORM, event); in TEST_F()