Searched defs:thisReq (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 591 startAggregation(AggregationType aggType,const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) const startAggregation() argument 720 const crow::Request& thisReq = *sharedReq; aggregateAndHandle() local 779 forwardRequest(const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & prefix,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) forwardRequest() argument 824 forwardCollectionRequests(const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) forwardCollectionRequests() argument 849 forwardContainsSubordinateRequests(const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::unordered_map<std::string,boost::urls::url> & satelliteInfo) forwardContainsSubordinateRequests() argument 1271 beginAggregation(const crow::Request & thisReq,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp) beginAggregation() argument [all...] |
/openbmc/ipmitool/lib/ |
H A D | ipmi_fwum.c | 661 struct KfwumManualRollbackReq thisReq; in KfwumManualRollback() local 691 struct KfwumStartFirmwareDownloadReq thisReq; in KfwumStartFirmwareImage() local 823 struct KfwumFinishFirmwareDownloadReq thisReq; in KfwumFinishFirmwareImage() local
|
/openbmc/bmcweb/http/ |
H A D | http2_connection.hpp | 301 Request& thisReq = *it->second.req; in onRequestRecv() local 484 Request& thisReq = *thisStream->second.req; in onHeaderCallback() local
|
H A D | http_client.hpp | 732 boost::beast::http::request<bmcweb::HttpBody> thisReq( sendData() local
|