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