Home
last modified time | relevance | path

Searched defs:respMsg (Results 1 – 5 of 5) sorted by relevance

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DMctpRequester.cpp40 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 Dfru.cpp681 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 Dsdbusplus.hpp75 sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead() local
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp131 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 Derror_logging.cpp230 auto respMsg = bus.call(reqMsg); in logError() local