Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp149 auto rc = encodeEventMsg(PLDM_SENSOR_EVENT, sensorEventDataVec, requestMsg, in TEST()
160 auto rc = encodeEventMsg(PLDM_SENSOR_EVENT, sensorEventDataVec, requestMsg, in TEST()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp360 int encodeEventMsg(uint8_t eventType, const std::vector<uint8_t>& eventDataVec,
H A Doem_ibm_handler.cpp340 int encodeEventMsg(uint8_t eventType, const std::vector<uint8_t>& eventDataVec, in encodeEventMsg() function
375 auto rc = encodeEventMsg(PLDM_SENSOR_EVENT, sensorEventDataVec, requestMsg, in sendStateSensorEvent()