Home
last modified time | relevance | path

Searched refs:ParameterCollection (Results 1 – 25 of 176) sorted by relevance

12345678

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/
A DServiceRequest.h31 typedef std::map<ParameterNameType, ParameterValueType> ParameterCollection; typedef
38 ParameterCollection parameters() const;
39 ParameterCollection bodyParameters() const;
54 ParameterCollection headers() const;
77 void setParameters(const ParameterCollection &params);
79 const ParameterCollection &params);
88 ParameterCollection params_;
89 ParameterCollection body_params_;
90 ParameterCollection headers_;
A DCommonRequest.h35 ParameterCollection headerParameters() const;
38 ParameterCollection queryParameters() const;
58 ParameterCollection queryParams_;
59 ParameterCollection headerParams_;
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DCommonRequest.cc47 ParameterCollection::const_iterator it = queryParams_.find(name); in queryParameter()
54 CommonRequest::ParameterCollection CommonRequest::queryParameters() const { in queryParameters()
65 const ParameterCollection::const_iterator it = headerParams_.find(name); in headerParameter()
72 CommonRequest::ParameterCollection CommonRequest::headerParameters() const { in headerParameters()
A DServiceRequest.cc93 ParameterCollection::const_iterator it = params_.find(name); in parameter()
105 ServiceRequest::ParameterCollection ServiceRequest::parameters() const { in parameters()
109 ServiceRequest::ParameterCollection ServiceRequest::bodyParameters() const { in bodyParameters()
132 void ServiceRequest::setParameters(const ParameterCollection &params) { in setParameters()
137 const ParameterCollection &params) { in setJsonParameters()
199 ServiceRequest::ParameterCollection ServiceRequest::headers() const { in headers()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dservicerequest_ut.cc48 ServiceRequest::ParameterCollection p1 = sr1.parameters(); in TEST()
49 ServiceRequest::ParameterCollection p2 = sr2.parameters(); in TEST()
89 ServiceRequest::ParameterCollection ps; in TEST()
93 ServiceRequest::ParameterCollection pc = sr1.parameters(); in TEST()
97 ServiceRequest::ParameterCollection bp = sr1.bodyParameters(); in TEST()
/AliOS-Things-master/components/oss/src/model/
A DGetUserQosInfoRequest.cc26 ParameterCollection GetUserQosInfoRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketCorsRequest.cc26 ParameterCollection DeleteBucketCorsRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketEncryptionRequest.cc26 ParameterCollection DeleteBucketEncryptionRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketLifecycleRequest.cc26 ParameterCollection DeleteBucketLifecycleRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketLoggingRequest.cc26 ParameterCollection DeleteBucketLoggingRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketPolicyRequest.cc26 ParameterCollection DeleteBucketPolicyRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketQosInfoRequest.cc26 ParameterCollection DeleteBucketQosInfoRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketTaggingRequest.cc26 ParameterCollection DeleteBucketTaggingRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DDeleteBucketWebsiteRequest.cc26 ParameterCollection DeleteBucketWebsiteRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketAclRequest.cc26 ParameterCollection GetBucketAclRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketCorsRequest.cc26 ParameterCollection GetBucketCorsRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketEncryptionRequest.cc26 ParameterCollection GetBucketEncryptionRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketInfoRequest.cc26 ParameterCollection GetBucketInfoRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketLifecycleRequest.cc26 ParameterCollection GetBucketLifecycleRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketLocationRequest.cc26 ParameterCollection GetBucketLocationRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketLoggingRequest.cc26 ParameterCollection GetBucketLoggingRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketPaymentRequest.cc26 ParameterCollection GetBucketRequestPaymentRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketPolicyRequest.cc26 ParameterCollection GetBucketPolicyRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketQosInfoRequest.cc26 ParameterCollection GetBucketQosInfoRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()
A DGetBucketRefererRequest.cc26 ParameterCollection GetBucketRefererRequest::specialParameters() const in specialParameters()
28 ParameterCollection parameters; in specialParameters()

Completed in 430 milliseconds

12345678