/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ |
A D | ServiceRequest.h | 31 typedef std::map<ParameterNameType, ParameterValueType> ParameterCollection; typedef 38 ParameterCollection parameters() const; 39 ParameterCollection bodyParameters() const; 54 ParameterCollection headers() const; 77 void setParameters(const ParameterCollection ¶ms); 79 const ParameterCollection ¶ms); 88 ParameterCollection params_; 89 ParameterCollection body_params_; 90 ParameterCollection headers_;
|
A D | CommonRequest.h | 35 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 D | CommonRequest.cc | 47 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 D | ServiceRequest.cc | 93 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 ¶ms) { in setParameters() 137 const ParameterCollection ¶ms) { in setJsonParameters() 199 ServiceRequest::ParameterCollection ServiceRequest::headers() const { in headers()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | servicerequest_ut.cc | 48 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 D | GetUserQosInfoRequest.cc | 26 ParameterCollection GetUserQosInfoRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketCorsRequest.cc | 26 ParameterCollection DeleteBucketCorsRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketEncryptionRequest.cc | 26 ParameterCollection DeleteBucketEncryptionRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketLifecycleRequest.cc | 26 ParameterCollection DeleteBucketLifecycleRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketLoggingRequest.cc | 26 ParameterCollection DeleteBucketLoggingRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketPolicyRequest.cc | 26 ParameterCollection DeleteBucketPolicyRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketQosInfoRequest.cc | 26 ParameterCollection DeleteBucketQosInfoRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketTaggingRequest.cc | 26 ParameterCollection DeleteBucketTaggingRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | DeleteBucketWebsiteRequest.cc | 26 ParameterCollection DeleteBucketWebsiteRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketAclRequest.cc | 26 ParameterCollection GetBucketAclRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketCorsRequest.cc | 26 ParameterCollection GetBucketCorsRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketEncryptionRequest.cc | 26 ParameterCollection GetBucketEncryptionRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketInfoRequest.cc | 26 ParameterCollection GetBucketInfoRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketLifecycleRequest.cc | 26 ParameterCollection GetBucketLifecycleRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketLocationRequest.cc | 26 ParameterCollection GetBucketLocationRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketLoggingRequest.cc | 26 ParameterCollection GetBucketLoggingRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketPaymentRequest.cc | 26 ParameterCollection GetBucketRequestPaymentRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketPolicyRequest.cc | 26 ParameterCollection GetBucketPolicyRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketQosInfoRequest.cc | 26 ParameterCollection GetBucketQosInfoRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|
A D | GetBucketRefererRequest.cc | 26 ParameterCollection GetBucketRefererRequest::specialParameters() const in specialParameters() 28 ParameterCollection parameters; in specialParameters()
|