Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.hpp39 markerLidSensorId = PLDM_INVALID_EFFECTER_ID; in CodeUpdate()
40 firmwareUpdateSensorId = PLDM_INVALID_EFFECTER_ID; in CodeUpdate()
/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.cpp73 jsonEffecterInfo.value("effecterID", PLDM_INVALID_EFFECTER_ID); in parseEffecterJson()
247 if (effecterId == PLDM_INVALID_EFFECTER_ID) in processHostEffecterChangeNotification()
258 if (effecterId == PLDM_INVALID_EFFECTER_ID) in processHostEffecterChangeNotification()
339 if (effecterId == PLDM_INVALID_EFFECTER_ID) in processTerminusNumericEffecterChangeNotification()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_pdr_effecter_test.cpp216 ASSERT_EQ(effecterId, PLDM_INVALID_EFFECTER_ID); in TEST()
/openbmc/pldm/common/
H A Dutils.cpp521 return PLDM_INVALID_EFFECTER_ID; in findStateEffecterId()
595 return PLDM_INVALID_EFFECTER_ID; in findStateSensorId()
/openbmc/libpldm/include/libpldm/
H A Dplatform.h133 #define PLDM_INVALID_EFFECTER_ID 0xffff macro