Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp352 pldm_msg* responsePtr, size_t responsePayloadLength, in getEffecterValue() argument
363 responsePtr, responsePayloadLength)); in getEffecterValue()
373 responsePayloadLength)); in getEffecterValue()
383 responsePayloadLength)); in getEffecterValue()
393 responsePayloadLength)); in getEffecterValue()
403 responsePayloadLength)); in getEffecterValue()
413 responsePayloadLength)); in getEffecterValue()
436 size_t responsePayloadLength, uint8_t instanceId) in getNumericEffecterValueHandler() argument
442 responsePayloadLength, instanceId); in getNumericEffecterValueHandler()
448 responsePtr, responsePayloadLength, in getNumericEffecterValueHandler()
[all …]
H A Dplatform.cpp680 size_t responsePayloadLength = in getNumericEffecterValue() local
686 Response response(responsePayloadLength + sizeof(pldm_msg_hdr)); in getNumericEffecterValue()
691 responsePayloadLength, request->hdr.instance_id); in getNumericEffecterValue()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_platform_test.cpp445 size_t responsePayloadLength = in TEST() local
451 Response response(responsePayloadLength + sizeof(pldm_msg_hdr)); in TEST()
456 responsePayloadLength, 1); in TEST()