Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/
H A Ddbus_to_event_handler.cpp94 size_t sensorEventSize = PLDM_SENSOR_EVENT_DATA_MIN_LENGTH + 1; in sendStateSensorEvent()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp130 size_t sensorEventSize = PLDM_SENSOR_EVENT_DATA_MIN_LENGTH + 1; in TEST()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp358 size_t sensorEventSize = PLDM_SENSOR_EVENT_DATA_MIN_LENGTH + 1; in sendStateSensorEvent()
/openbmc/libpldm/include/libpldm/
H A Dplatform.h65 #define PLDM_SENSOR_EVENT_DATA_MIN_LENGTH 5 macro
/openbmc/libpldm/src/dsp/
H A Dplatform.c1329 rc = pldm_msgbuf_init_cc(buf, PLDM_SENSOR_EVENT_DATA_MIN_LENGTH, in decode_sensor_event_data()