Home
last modified time | relevance | path

Searched defs:reqMsg (Results 1 – 11 of 11) sorted by relevance

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DMctpRequester.cpp41 const std::span<const uint8_t> reqMsg, const std::span<uint8_t> respMsg, in processRecvMsg()
110 uint8_t eid, const std::span<const uint8_t> reqMsg, in handleSendMsgCompletion()
148 void Requester::sendRecvMsg(uint8_t eid, const std::span<const uint8_t> reqMsg, in sendRecvMsg()
175 void QueuingRequester::sendRecvMsg(uint8_t eid, std::span<const uint8_t> reqMsg, in sendRecvMsg()
H A DMctpRequester.hpp88 std::span<const uint8_t> reqMsg; member
H A DNvidiaGpuThresholds.cpp59 auto reqMsg = std::make_shared< in readThermalParameter() local
/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp46 auto reqMsg = getBus().new_method_call( in callMethodNoReply() local
62 auto reqMsg = getBus().new_method_call( in callMethod() local
/openbmc/phosphor-power/phosphor-regulators/src/regsctl/
H A Dutility.hpp26 auto reqMsg = in callMethod() local
/openbmc/libpldm/tests/dsp/
H A Dfru.cpp556 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local
588 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local
610 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local
644 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp41 auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(), in callMethod() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.cpp228 auto reqMsg = bus.new_method_call(service, objPath, interface, method); in logError() local
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp126 auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(), in callMethod() local
401 auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(), in callMethodAndReturn() local
/openbmc/pldm/pldmtool/
H A Dpldm_fru_cmd.cpp364 auto reqMsg = new (requestMsg.data()) pldm_msg; in createRequestMsg() local
/openbmc/pldm/requester/
H A Dhandler.hpp88 std::vector<uint8_t> reqMsg; //!< Request messages queue member