Searched defs:Response (Results 1 – 15 of 15) sorted by relevance
43 struct Response struct48 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 …]
69 struct Response struct71 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
497 struct Response struct514 using ptr = std::shared_ptr<Response>;516 explicit Response(Context::ptr& context) : in Response() function530 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;
264 struct Response struct266 Response(void* r) : response(r) {} in Response() argument267 ~Response() in ~Response()274 void* response = nullptr;
44 #### Response subsubsection69 #### Response subsubsection
21 struct Response struct23 std::string_view prompt;24 std::string value;
22 struct Response struct24 std::string_view prompt;25 std::string value;
18 using Response = std::vector<uint8_t>; typedef
40 int read(uint32_t /*offset*/, uint32_t& /*length*/, Response& /*response*/, in read() argument
161 Response& /*response*/, in read() argument
22 using Response = std::vector<uint8_t>; typedef
114 "Response": { object175 "Response": { object
213 std::vector<std::vector<uint8_t>> Response{}; in getSensorInfo() local
337 } ATTRIBUTE_PACKING Response; member