Home
last modified time | relevance | path

Searched refs:OssClientImpl (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/oss/src/
A DOssClientImpl.cc49 OssClientImpl::OssClientImpl(const std::string &endpoint, const std::shared_ptr<CredentialsProvider… in OssClientImpl() function in OssClientImpl
58 OssClientImpl::~OssClientImpl() in ~OssClientImpl()
62 int OssClientImpl::asyncExecute(Runnable * r) const in asyncExecute()
268 OssError OssClientImpl::buildError(const Error &error) const in buildError()
369 VoidOutcome OssClientImpl::SetBucketAcl(const SetBucketAclRequest& request) const in SetBucketAcl()
549 VoidOutcome OssClientImpl::DeleteBucket(const DeleteBucketRequest &request) const in DeleteBucket()
974 GetObjectOutcome OssClientImpl::GetObject(const GetObjectRequest &request) const in GetObject()
986 PutObjectOutcome OssClientImpl::PutObject(const PutObjectRequest &request) const in PutObject()
1349 ListMultipartUploadsOutcome OssClientImpl::ListMultipartUploads( in ListMultipartUploads()
1687 void OssClientImpl::DisableRequest() in DisableRequest()
[all …]
A DOssClientImpl.h36 class OssClientImpl : public Client
41OssClientImpl(const std::string &endpoint, const std::shared_ptr<CredentialsProvider>& credentials…
42 virtual ~OssClientImpl();
A DOssClient.cc93 client_(std::make_shared<OssClientImpl>(endpoint, credentialsProvider, configuration)) in OssClient()
/AliOS-Things-master/components/oss/src/encryption/
A DCryptoModule.h34 …PutObjectOutcome PutObjectSecurely(const std::shared_ptr<OssClientImpl>& client, const PutObjectRe…
35 …GetObjectOutcome GetObjectSecurely(const std::shared_ptr<OssClientImpl>& client, const GetObjectRe…
37 …ltipartUploadOutcome InitiateMultipartUploadSecurely(const std::shared_ptr<OssClientImpl>& client,
39 …PutObjectOutcome UploadPartSecurely(const std::shared_ptr<OssClientImpl>& client, const UploadPart…
A DCryptoModule.cc61 PutObjectOutcome CryptoModule::PutObjectSecurely(const std::shared_ptr<OssClientImpl>& client, cons… in PutObjectSecurely()
77 GetObjectOutcome CryptoModule::GetObjectSecurely(const std::shared_ptr<OssClientImpl>& client, cons… in GetObjectSecurely()
135 …Outcome CryptoModule::InitiateMultipartUploadSecurely(const std::shared_ptr<OssClientImpl>& client, in InitiateMultipartUploadSecurely()
162 PutObjectOutcome CryptoModule::UploadPartSecurely(const std::shared_ptr<OssClientImpl>& client, con… in UploadPartSecurely()
A DOssEncryptionClient.cc76 const OssEncryptionClient* enClient, const OssClientImpl *client, uint64_t objectSize) in EncryptionResumableDownloader()
98 const OssEncryptionClient* enClient, const OssClientImpl *client) in EncryptionResumableUploader()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssResult.h30 class OssClientImpl; variable
39 friend class OssClientImpl;
A DOssRequest.h26 class OssClientImpl; variable
38 friend class OssClientImpl; variable
156 friend class OssClientImpl;
A DOssClient.h71 class OssClientImpl; variable
279 std::shared_ptr<OssClientImpl> client_;
/AliOS-Things-master/components/oss/src/resumable/
A DResumableCopier.h40 …ResumableCopier(const MultiCopyObjectRequest &request, const OssClientImpl *client, uint64_t objec… in ResumableCopier()
56 const OssClientImpl *client_;
A DResumableDownloader.h51 …ResumableDownloader(const DownloadObjectRequest& request, const OssClientImpl *client, uint64_t ob… in ResumableDownloader()
71 const OssClientImpl *client_;
A DResumableUploader.h40 ResumableUploader(const UploadObjectRequest& request, const OssClientImpl *client);
63 const OssClientImpl *client_;
A DResumableUploader.cc39 ResumableUploader::ResumableUploader(const UploadObjectRequest& request, const OssClientImpl *clien… in ResumableUploader()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DSelectObjectRequest.h33 class OssClientImpl; variable
48 friend class OssClientImpl;
A DGeneratePresignedUrlRequest.h28 class OssClientImpl; variable
48 friend class OssClientImpl;

Completed in 24 milliseconds