Searched defs:reqMsg (Results  1 – 10 of 10) sorted by relevance
| /openbmc/phosphor-dbus-monitor/src/ | 
| H A D | sdbusplus.hpp | 46         auto reqMsg = getBus().new_method_call(  in callMethodNoReply()  local62         auto reqMsg = getBus().new_method_call(  in callMethod()  local
 
 | 
| /openbmc/phosphor-power/phosphor-regulators/src/regsctl/ | 
| H A D | utility.hpp | 26     auto reqMsg =  in callMethod()  local
 | 
| /openbmc/dbus-sensors/src/nvidia-gpu/ | 
| H A D | MctpRequester.hpp | 62 std::vector<uint8_t> reqMsg; global()  member 
 | 
| H A D | MctpRequester.cpp | 207 sendRecvMsg(uint8_t eid,std::span<const uint8_t> reqMsg,std::move_only_function<void (const std::error_code &,std::span<const uint8_t>)> callback) sendRecvMsg()  argument 
 | 
| /openbmc/libpldm/tests/dsp/ | 
| H A D | fru.cpp | 556     auto reqMsg = reinterpret_cast<pldm_msg*>(request.data());  in TEST()  local588     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 D | util.hpp | 41     auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(),  in callMethod()  local
 | 
| /openbmc/phosphor-power/phosphor-regulators/src/ | 
| H A D | error_logging.cpp | 228         auto reqMsg = bus.new_method_call(service, objPath, interface, method);  in logError()  local
 | 
| /openbmc/phosphor-fan-presence/ | 
| H A D | sdbusplus.hpp | 126         auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(),  in callMethod()  local401         auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(),  in callMethodAndReturn()  local
 
 | 
| /openbmc/pldm/pldmtool/ | 
| H A D | pldm_fru_cmd.cpp | 364         auto reqMsg = new (requestMsg.data()) pldm_msg;  in createRequestMsg()  local
 | 
| /openbmc/pldm/requester/ | 
| H A D | handler.hpp | 88     std::vector<uint8_t> reqMsg;     //!< Request messages queue  member
 |