Searched refs:encodeEventMsg (Results 1 – 3 of 3) sorted by relevance
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | oem_ibm_handler.hpp | 385 int encodeEventMsg(uint8_t eventType, const std::vector<uint8_t>& eventDataVec,
|
H A D | oem_ibm_handler.cpp | 496 int encodeEventMsg(uint8_t eventType, const std::vector<uint8_t>& eventDataVec, in encodeEventMsg() function 531 auto rc = encodeEventMsg(PLDM_SENSOR_EVENT, sensorEventDataVec, requestMsg, in sendStateSensorEvent()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_oem_platform_test.cpp | 190 encodeEventMsg(PLDM_SENSOR_EVENT, sensorEventDataVec, requestMsg, 0x1); in TEST() 201 encodeEventMsg(PLDM_SENSOR_EVENT, sensorEventDataVec, requestMsg, 0x1); in TEST()
|