Searched refs:doesSupportCommand (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/platform-mc/test/ |
H A D | terminus_manager_test.cpp | 482 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, PLDM_SET_TID)); in TEST_F() 483 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_TID)); in TEST_F() 485 termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_PLDM_VERSION)); in TEST_F() 487 termini[1]->doesSupportCommand(PLDM_BASE, PLDM_GET_PLDM_TYPES)); in TEST_F() 489 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_BASE, in TEST_F() 491 EXPECT_EQ(false, termini[1]->doesSupportCommand(PLDM_BASE, in TEST_F() 495 EXPECT_EQ(true, termini[1]->doesSupportCommand(PLDM_PLATFORM, in TEST_F() 497 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 499 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 501 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() [all …]
|
H A D | event_manager_test.cpp | 197 EXPECT_EQ(true, termini[tid]->doesSupportCommand(PLDM_PLATFORM, in TEST_F() 199 EXPECT_EQ(true, termini[tid]->doesSupportCommand( in TEST_F() 201 EXPECT_EQ(true, termini[tid]->doesSupportCommand( in TEST_F() 204 termini[tid]->doesSupportCommand(PLDM_PLATFORM, PLDM_GET_PDR)); in TEST_F() 205 EXPECT_EQ(true, termini[tid]->doesSupportCommand( in TEST_F()
|
/openbmc/pldm/platform-mc/ |
H A D | platform_manager.cpp | 25 if (terminus->doesSupportCommand(PLDM_PLATFORM, PLDM_GET_PDR)) in initTerminus() 40 if (!terminus->doesSupportCommand(PLDM_PLATFORM, in initTerminus() 83 if (!terminus->doesSupportCommand(PLDM_PLATFORM, in configEventReceiver() 111 if (!terminus->doesSupportCommand(PLDM_PLATFORM, PLDM_SET_EVENT_RECEIVER)) in configEventReceiver() 181 if (terminus->doesSupportCommand(PLDM_PLATFORM, in getPDRs()
|
H A D | terminus.hpp | 87 bool doesSupportCommand(uint8_t type, uint8_t command);
|
H A D | terminus.cpp | 27 bool Terminus::doesSupportCommand(uint8_t type, uint8_t command) in doesSupportCommand() function in pldm::platform_mc::Terminus
|