Searched refs:synchronyConfigurationSupported (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/platform-mc/ |
H A D | platform_manager.cpp | 86 terminus->synchronyConfigurationSupported.byte = in configEventReceiver() 100 terminus->synchronyConfigurationSupported, numberEventClassReturned, in configEventReceiver() 107 terminus->synchronyConfigurationSupported.byte = 0; in configEventReceiver() 128 if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver() 140 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver() 149 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver() 510 bitfield8_t& synchronyConfigurationSupported, in eventMessageSupported() argument 544 &synchronyConfigurationSupported, &numberEventClassReturned, in eventMessageSupported()
|
H A D | platform_manager.hpp | 138 bitfield8_t& synchronyConfigurationSupported,
|
H A D | terminus.hpp | 164 bitfield8_t synchronyConfigurationSupported; member in pldm::platform_mc::Terminus
|
H A D | terminus.cpp | 18 synchronyConfigurationSupported(0), pollEvent(false), tid(tid), in Terminus()
|
/openbmc/pldm/platform-mc/test/ |
H A D | event_manager_test.cpp | 376 EXPECT_EQ(0x06, terminus->synchronyConfigurationSupported.byte); in TEST_F()
|