Home
last modified time | relevance | path

Searched refs:sensorEventSize (Results 1 – 3 of 3) 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() local
99 sensorEventDataVec.resize(sensorEventSize); in sendStateSensorEvent()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp170 size_t sensorEventSize = PLDM_SENSOR_EVENT_DATA_MIN_LENGTH + 1; in TEST() local
172 sensorEventDataVec.resize(sensorEventSize); in TEST()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp514 size_t sensorEventSize = PLDM_SENSOR_EVENT_DATA_MIN_LENGTH + 1; in sendStateSensorEvent() local
515 sensorEventDataVec.resize(sensorEventSize); in sendStateSensorEvent()