Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_response.hpp43 struct Response struct
48 http::response<bmcweb::HttpBody> response;
50 nlohmann::json jsonValue;
51 using fields_type = http::header<false, http::fields>;
52 fields_type& fields() in fields()
57 const fields_type& fields() const in fields()
62 void addHeader(std::string_view key, std::string_view value) in addHeader()
67 void addHeader(http::field key, std::string_view value) in addHeader()
72 void clearHeader(http::field key) in clearHeader()
78 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() function
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-pid-control/
H A Dipmi.md44 #### Response subsubsection
69 #### Response subsubsection
/openbmc/phosphor-user-manager/
H A Dtotp.hpp21 struct Response struct
23 std::string_view prompt;
24 std::string value;
/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/softoff/
H A Dsoftoff.cpp213 std::vector<std::vector<uint8_t>> Response{}; in getSensorInfo() local
/openbmc/pldm/common/
H A Dtypes.hpp22 using Response = std::vector<uint8_t>; typedef
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h337 } ATTRIBUTE_PACKING Response; member