Home
last modified time | relevance | path

Searched refs:checkHostState (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/platform-mc/test/
H A Ddbus_to_terminus_effecter_test.cpp49 ASSERT_EQ(hostEffecterInfo[0].checkHostState, true); in TEST()
67 ASSERT_EQ(hostEffecterInfo[1].checkHostState, false); in TEST()
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.hpp72 bool checkHostState; //!< Check host state before setting effecter member
H A Ddbus_to_terminus_effecters.cpp92 effecterInfo.checkHostState = in parseEffecterJson()
333 const auto& checkHost = hostEffecterInfo[effecterInfoIndex].checkHostState; in processTerminusNumericEffecterChangeNotification()