Home
last modified time | relevance | path

Searched refs:key_ (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DDeleteObjectVersionsRequest.h30 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 DTagging.h29 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 DDeleteObjectVersionsResult.h31 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 DListObjectVersionsResult.h34 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 DInitiateMultipartUploadResult.h36 const std::string& Key() const { return key_; } in Key()
41 std::string key_; variable
A DGetObjectResult.h37 const std::string& Key() const { return key_; } in Key()
44 std::string key_; variable
A DCreateSelectObjectMetaResult.h38 const std::string& Key() const { return key_; } in Key()
49 std::string key_; variable
A DListObjectsResult.h34 const std::string& Key() const { return key_; } in Key()
43 std::string key_; variable
A DCompleteMultipartUploadResult.h45 std::string key_; variable
A DListPartsResult.h53 std::string key_; variable
A DGeneratePresignedUrlRequest.h50 std::string key_; variable
/AliOS-Things-master/components/oss/src/
A DOssRequest.cc30 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 DGetObjectResult.cc36 key_(key), in GetObjectResult()
48 key_(key) in GetObjectResult()
A DCompleteMultipartUploadResult.cc113 key_ = UrlDecode(node->GetText()); in operator =()
115 key_ = node->GetText(); in operator =()
137 return key_; in Key()
A DGeneratePresignedUrlRequest.cc32 key_(key), in GeneratePresignedUrlRequest()
47 key_ = key; in setKey()
A DListPartsResult.cc67 … if (node && node->GetText()) key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetText(); in operator =()
136 return key_; in Key()
A DPostVodPlaylistRequest.cc35 key_.append("/").append(playList_); in PostVodPlaylistRequest()
A DInitiateMultipartUploadResult.cc64 … if (node && node->GetText()) key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetText(); in operator =()
A DListObjectVersionsResult.cc112 …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 DCreateSelectObjectMetaResult.cc44 key_ = key; in CreateSelectObjectMetaResult()
A DListObjectsResult.cc103 …if (node && node->GetText()) content.key_ = useUrlDecode ? UrlDecode(node->GetText()) : node->GetT… in operator =()
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/
A Dhashtable.h40 #define hashtable_key_to_iter(key_) \ argument
41 (&(container_of(key_, struct hashtable_pair, key)->list))
/AliOS-Things-master/components/oss/src/encryption/
A DCryptoStreamBuf.cc34 key_(key), in CryptoStreamBuf()
70 cipher_->EncryptInit(key_, iv); in xsgetn()
171 cipher_->DecryptInit(key_, iv_); in xsputn()
A DCryptoStreamBuf.h50 ByteBuffer key_; variable
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssRequest.h52 std::string key_; variable

Completed in 25 milliseconds

12