Home
last modified time | relevance | path

Searched defs:thisReq (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp591 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 Dipmi_fwum.c661 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 Dhttp2_connection.hpp301 Request& thisReq = *it->second.req; in onRequestRecv() local
484 Request& thisReq = *thisStream->second.req; in onHeaderCallback() local
H A Dhttp_client.hpp732 boost::beast::http::request<bmcweb::HttpBody> thisReq( sendData() local