Searched defs:respMsg (Results 1 – 5 of 5) sorted by relevance
/openbmc/dbus-sensors/src/nvidia-gpu/ |
H A D | MctpRequester.cpp | 40 processRecvMsg(uint8_t eid,const std::span<const uint8_t> reqMsg,const std::span<uint8_t> respMsg,const boost::system::error_code & ec,const size_t) processRecvMsg() argument 109 handleSendMsgCompletion(uint8_t eid,const std::span<const uint8_t> reqMsg,std::span<uint8_t> respMsg,const boost::system::error_code & ec,size_t) handleSendMsgCompletion() argument 138 sendRecvMsg(uint8_t eid,const std::span<const uint8_t> reqMsg,std::span<uint8_t> respMsg,std::move_only_function<void (int)> callback) sendRecvMsg() argument [all...] |
/openbmc/libpldm/tests/dsp/ |
H A D | fru.cpp | 681 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local 715 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local 743 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local 782 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | sdbusplus.hpp | 75 sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead() local
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 131 auto respMsg = bus.call(reqMsg); in callMethod() local 161 sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead() local 404 auto respMsg = bus.call(reqMsg); in callMethodAndReturn() local
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.cpp | 230 auto respMsg = bus.call(reqMsg); in logError() local
|