Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 16 of 16) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_response.hpp42 struct Response struct
47 http::response<bmcweb::HttpBody> response;
49 nlohmann::json jsonValue;
50 using fields_type = http::header<false, http::fields>;
51 fields_type& fields() in fields()
56 const fields_type& fields() const in fields()
61 void addHeader(std::string_view key, std::string_view value) in addHeader()
66 void addHeader(http::field key, std::string_view value) in addHeader()
71 void clearHeader(http::field key) in clearHeader()
77 Response(Response&& res) noexcept : in Response() function
[all …]
/openbmc/phosphor-net-ipmid/
H A Dmessage.hpp69 struct Response struct
71 uint8_t rqaddr;
72 uint8_t netfn;
73 uint8_t cs;
74 uint8_t rsaddr;
75 uint8_t rqseq;
76 uint8_t cmd;
92 using Response = Request; typedef
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp497 struct Response struct
514 using ptr = std::shared_ptr<Response>;
516 explicit Response(Context::ptr& context) : in Response() argument
530 int pack(Args&&... args) in pack()
548 int pack(std::tuple<Types...>& t) in pack()
563 int prepend(const ipmi::message::Payload& p) in prepend()
568 Payload payload;
569 Context::ptr ctx;
570 Cc cc;
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpldm_interface.cpp264 struct Response struct
266 Response(void* r) : response(r) {} in Response() argument
267 ~Response() in ~Response()
274 void* response = nullptr;
/openbmc/phosphor-user-manager/
H A Dtotp.hpp21 struct Response struct
23 std::string_view prompt;
24 std::string value;
/openbmc/phosphor-pid-control/
H A Dipmi.md44 #### Response subsubsection
69 #### Response subsubsection
/openbmc/bmcweb/include/
H A Dpam_authenticate.hpp22 struct Response struct
24 std::string_view prompt;
25 std::string value;
/openbmc/pldm/pldmd/
H A Dhandler.hpp18 using Response = std::vector<uint8_t>; typedef
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_progress_src.hpp40 int read(uint32_t /*offset*/, uint32_t& /*length*/, Response& /*response*/, in read() argument
H A Dfile_io_type_pcie.hpp161 Response& /*response*/, in read() argument
/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp22 using Response = std::vector<uint8_t>; typedef
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DManifest.v1_1_2.json114 "Response": { object
175 "Response": { object
/openbmc/pldm/common/
H A Dtypes.hpp21 using Response = std::vector<uint8_t>; typedef
/openbmc/pldm/softoff/
H A Dsoftoff.cpp212 std::vector<std::vector<uint8_t>> Response{}; in getSensorInfo() local
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h337 } ATTRIBUTE_PACKING Response; member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c849 struct lpfc_sli_ct_request *Response = in lpfc_ns_rsp() local