Searched refs:synchronyConfigurationSupported (Results 1 – 5 of 5) sorted by relevance
| /openbmc/pldm/platform-mc/ |
| H A D | platform_manager.cpp | 139 terminus->synchronyConfigurationSupported.byte = in configEventReceiver() 153 terminus->synchronyConfigurationSupported, numberEventClassReturned, in configEventReceiver() 160 terminus->synchronyConfigurationSupported.byte = 0; in configEventReceiver() 181 if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver() 193 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver() 202 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver() 563 bitfield8_t& synchronyConfigurationSupported, in eventMessageSupported() argument 597 &synchronyConfigurationSupported, &numberEventClassReturned, in eventMessageSupported()
|
| H A D | platform_manager.hpp | 139 bitfield8_t& synchronyConfigurationSupported,
|
| H A D | terminus.hpp | 144 bitfield8_t synchronyConfigurationSupported; member in pldm::platform_mc::Terminus
|
| H A D | terminus.cpp | 20 synchronyConfigurationSupported(0), pollEvent(false), tid(tid), in Terminus()
|
| /openbmc/pldm/platform-mc/test/ |
| H A D | event_manager_test.cpp | 386 EXPECT_EQ(0x06, terminus->synchronyConfigurationSupported.byte); in TEST_F()
|