| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | sdbusplus.hpp | 46 auto reqMsg = getBus().new_method_call( in callMethodNoReply() local 48 reqMsg.append(std::forward<Args>(args)...); in callMethodNoReply() 49 getBus().call_noreply(reqMsg); in callMethodNoReply() 62 auto reqMsg = getBus().new_method_call( in callMethod() local 64 reqMsg.append(std::forward<Args>(args)...); in callMethod() 65 return getBus().call(reqMsg); in callMethod()
|
| /openbmc/phosphor-power/phosphor-regulators/src/regsctl/ |
| H A D | utility.hpp | 26 auto reqMsg = in callMethod() local 28 reqMsg.append(std::forward<Args>(args)...); in callMethod() 33 return bus.call(reqMsg, timeout); in callMethod()
|
| /openbmc/dbus-sensors/src/nvidia-gpu/ |
| H A D | MctpRequester.hpp | 47 void sendRecvMsg(uint8_t eid, std::span<const uint8_t> reqMsg, 60 std::vector<uint8_t> reqMsg; member 71 reqMsg(req.begin(), req.end()), callback(std::move(cb)) in RequestContext()
|
| H A D | MctpRequester.cpp | 207 uint8_t eid, std::span<const uint8_t> reqMsg, in sendRecvMsg() argument 212 RequestContext reqCtx{reqMsg, std::move(callback)}; in sendRecvMsg() 330 std::span<uint8_t> req{reqCtx.reqMsg.data(), reqCtx.reqMsg.size()}; in processQueue()
|
| /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 43 reqMsg.append(std::forward<Args>(args)...); in callMethod() 46 return bus.call(reqMsg); in callMethod()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | fru.cpp | 556 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local 560 recordType, fieldType, transferOpFlag, reqMsg, payLoadLength); in TEST() 563 EXPECT_EQ(instanceId, reqMsg->hdr.instance_id); in TEST() 567 reinterpret_cast<pldm_get_fru_record_by_option_req*>(reqMsg->payload); in TEST() 588 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local 590 rc = encode_get_fru_record_by_option_req(1, 2, 3, 4, 5, 6, 0, reqMsg, in TEST() 610 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local 614 recordType, fieldType, transferOpFlag, reqMsg, payLoadLength); in TEST() 626 reqMsg, payLoadLength, &retDataTransferHandle, &retFruTableHandle, in TEST() 644 auto reqMsg = reinterpret_cast<pldm_msg*>(request.data()); in TEST() local [all …]
|
| /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 229 reqMsg.append(message, severity, additionalData, ffdcTuples); in logError() 230 auto respMsg = bus.call(reqMsg); in logError()
|
| /openbmc/phosphor-fan-presence/ |
| H A D | sdbusplus.hpp | 126 auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(), in callMethod() local 128 reqMsg.append(std::forward<Args>(args)...); in callMethod() 131 auto respMsg = bus.call(reqMsg); in callMethod() 401 auto reqMsg = bus.new_method_call(busName.c_str(), path.c_str(), in callMethodAndReturn() local 403 reqMsg.append(std::forward<Args>(args)...); in callMethodAndReturn() 404 auto respMsg = bus.call(reqMsg); in callMethodAndReturn()
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_fru_cmd.cpp | 364 auto reqMsg = new (requestMsg.data()) pldm_msg; in createRequestMsg() local 368 reqMsg, payloadLength); in createRequestMsg()
|
| /openbmc/pldm/requester/ |
| H A D | handler.hpp | 88 std::vector<uint8_t> reqMsg; //!< Request messages queue member 211 std::move(requestMsg->reqMsg), numRetries, responseTimeOut, in pollEndpointQueue()
|