Searched refs:doesSupportCommand (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/platform-mc/test/ |
H A D | terminus_manager_test.cpp | 453 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 455 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 457 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 459 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 463 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 465 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 467 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 469 EXPECT_EQ(false, termini[1]->doesSupportCommand( in TEST_F() 471 EXPECT_EQ(true, termini[1]->doesSupportCommand( in TEST_F() 484 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
|