/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | DeleteObjectVersionsRequest.h | 30 ObjectIdentifier(const std::string& key) : key_(key) {}; in ObjectIdentifier() 31 …ObjectIdentifier(const std::string& key, const std::string& versionId) : key_(key), versionId_(ver… in ObjectIdentifier() 32 void setKey(const std::string& key) { key_ = key; }; in setKey() 34 const std::string& Key() const { return key_; } in Key() 37 std::string key_;
|
A D | Tagging.h | 29 key_(key), value_(value) in Tag() 31 void setKey(const std::string& key) { key_ = key; } in setKey() 33 const std::string& Key() const { return key_; } in Key() 36 std::string key_;
|
A D | DeleteObjectVersionsResult.h | 31 const std::string& Key() const { return key_; } in Key() 35 void setKey(const std::string& value) { key_ = value; } in setKey() 40 std::string key_;
|
A D | ListObjectVersionsResult.h | 34 const std::string& Key() const { return key_; } in Key() 45 std::string key_; variable 61 const std::string& Key() const { return key_; } in Key() 68 std::string key_; variable
|
A D | InitiateMultipartUploadResult.h | 36 const std::string& Key() const { return key_; } in Key() 41 std::string key_; variable
|
A D | GetObjectResult.h | 37 const std::string& Key() const { return key_; } in Key() 44 std::string key_; variable
|
A D | CreateSelectObjectMetaResult.h | 38 const std::string& Key() const { return key_; } in Key() 49 std::string key_; variable
|
A D | ListObjectsResult.h | 34 const std::string& Key() const { return key_; } in Key() 43 std::string key_; variable
|
A D | CompleteMultipartUploadResult.h | 45 std::string key_; variable
|
A D | ListPartsResult.h | 53 std::string key_; variable
|
A D | GeneratePresignedUrlRequest.h | 50 std::string key_; variable
|
/AliOS-Things-master/components/oss/src/ |
A D | OssRequest.cc | 30 key_() in OssRequest() 37 key_(key) in OssRequest() 103 return key_; in key() 149 key_ = key; in setKey() 251 key_ = key; in setKey() 369 key_ = channelName; in setChannelName()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | GetObjectResult.cc | 36 key_(key), in GetObjectResult() 48 key_(key) in GetObjectResult()
|
A D | CompleteMultipartUploadResult.cc | 113 key_ = UrlDecode(node->GetText()); in operator =() 115 key_ = node->GetText(); in operator =() 137 return key_; in Key()
|
A D | GeneratePresignedUrlRequest.cc | 32 key_(key), in GeneratePresignedUrlRequest() 47 key_ = key; in setKey()
|
A D | ListPartsResult.cc | 67 … if (node && node->GetText()) key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetText(); in operator =() 136 return key_; in Key()
|
A D | PostVodPlaylistRequest.cc | 35 key_.append("/").append(playList_); in PostVodPlaylistRequest()
|
A D | InitiateMultipartUploadResult.cc | 64 … if (node && node->GetText()) key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetText(); in operator =()
|
A D | ListObjectVersionsResult.cc | 112 …if (node && node->GetText()) content.key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetT… in operator =() 155 …if (node && node->GetText()) content.key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetT… in operator =()
|
A D | CreateSelectObjectMetaResult.cc | 44 key_ = key; in CreateSelectObjectMetaResult()
|
A D | ListObjectsResult.cc | 103 …if (node && node->GetText()) content.key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetT… in operator =()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | hashtable.h | 40 #define hashtable_key_to_iter(key_) \ argument 41 (&(container_of(key_, struct hashtable_pair, key)->list))
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | CryptoStreamBuf.cc | 34 key_(key), in CryptoStreamBuf() 70 cipher_->EncryptInit(key_, iv); in xsgetn() 171 cipher_->DecryptInit(key_, iv_); in xsputn()
|
A D | CryptoStreamBuf.h | 50 ByteBuffer key_; variable
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/ |
A D | OssRequest.h | 52 std::string key_; variable
|