Home
last modified time | relevance | path

Searched refs:synchronyConfigurationSupported (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp86 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 Dplatform_manager.hpp138 bitfield8_t& synchronyConfigurationSupported,
H A Dterminus.hpp164 bitfield8_t synchronyConfigurationSupported; member in pldm::platform_mc::Terminus
H A Dterminus.cpp18 synchronyConfigurationSupported(0), pollEvent(false), tid(tid), in Terminus()
/openbmc/pldm/platform-mc/test/
H A Devent_manager_test.cpp376 EXPECT_EQ(0x06, terminus->synchronyConfigurationSupported.byte); in TEST_F()