Searched refs:respMsg (Results 1 – 5 of 5) sorted by relevance
/openbmc/libpldm/tests/dsp/ |
H A D | fru.cpp | 681 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local 685 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST() 689 reinterpret_cast<pldm_get_fru_record_by_option_resp*>(respMsg->payload); in TEST() 715 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local 719 fruData.size(), respMsg, payLoadLength); in TEST() 725 fruData.data(), fruData.size(), respMsg, payLoadLength - 1); in TEST() 743 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local 747 fruData.data(), fruData.size(), respMsg, payLoadLength); in TEST() 757 respMsg, payLoadLength, &retCompletionCode, &retDataTransferHandle, in TEST() 782 auto respMsg = reinterpret_cast<pldm_msg*>(response.data()); in TEST() local [all …]
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | sdbusplus.hpp | 75 sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead() local 79 respMsg.read(resp); in callMethodAndRead()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 131 auto respMsg = bus.call(reqMsg); in callMethod() local 132 if (respMsg.is_method_error()) in callMethod() 136 return respMsg; in callMethod() 161 sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead() local 164 respMsg.read(resp); in callMethodAndRead() 409 auto respMsg = bus.call(reqMsg); in callMethodAndReturn() local 411 return respMsg; in callMethodAndReturn()
|
/openbmc/phosphor-dbus-monitor/mslverify/ |
H A D | util.hpp | 73 ::sdbusplus::message_t respMsg = callMethod<Args...>( in callMethodAndRead() 76 respMsg.read(resp); in callMethodAndRead()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.cpp | 230 auto respMsg = bus.call(reqMsg); in logError() local
|