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.cpp128 terminus->synchronyConfigurationSupported.byte = in configEventReceiver()
142 terminus->synchronyConfigurationSupported, numberEventClassReturned, in configEventReceiver()
149 terminus->synchronyConfigurationSupported.byte = 0; in configEventReceiver()
170 if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver()
182 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver()
191 else if (terminus->synchronyConfigurationSupported.byte & in configEventReceiver()
552 bitfield8_t& synchronyConfigurationSupported, in eventMessageSupported() argument
586 &synchronyConfigurationSupported, &numberEventClassReturned, in eventMessageSupported()
H A Dplatform_manager.hpp139 bitfield8_t& synchronyConfigurationSupported,
H A Dterminus.hpp170 bitfield8_t synchronyConfigurationSupported; member in pldm::platform_mc::Terminus
H A Dterminus.cpp19 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()