Home
last modified time | relevance | path

Searched refs:GetObject (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssEncryptionClient.h47 GetObjectOutcome GetObject(const GetObjectRequest& request) const;
48 …GetObjectOutcome GetObject(const std::string &bucket, const std::string &key, const std::shared_pt…
49 …GetObjectOutcome GetObject(const std::string &bucket, const std::string &key, const std::string &f…
A DOssClient.h172 GetObjectOutcome GetObject(const std::string& bucket, const std::string& key) const;
173 …GetObjectOutcome GetObject(const std::string& bucket, const std::string& key, const std::shared_pt…
174 …GetObjectOutcome GetObject(const std::string& bucket, const std::string& key, const std::string& f…
175 GetObjectOutcome GetObject(const GetObjectRequest& request) const;
/AliOS-Things-master/components/oss/src/encryption/
A DOssEncryptionClient.cc233 return client_->GetObject(request); in GetObjectInternal()
237 GetObjectOutcome OssEncryptionClient::GetObject(const GetObjectRequest& request) const in GetObject() function in OssEncryptionClient
260 GetObjectOutcome OssEncryptionClient::GetObject(const std::string &bucket, const std::string &key, … in GetObject() function in OssEncryptionClient
264 return GetObject(request); in GetObject()
267 GetObjectOutcome OssEncryptionClient::GetObject(const std::string &bucket, const std::string &key, … in GetObject() function in OssEncryptionClient
271 return GetObject(request); in GetObject()
404 handler(this, request, GetObject(request), context); in GetObjectAsync()
446 return GetObject(request); in GetObjectCallable()
A DCryptoModule.cc122 auto outcome = client->GetObject(getRequest); in GetObjectSecurely()
/AliOS-Things-master/components/oss/src/
A DOssClient.cc494 GetObjectOutcome OssClient::GetObject(const std::string &bucket, const std::string &key) const in GetObject() function in OssClient
496 return client_->GetObject(GetObjectRequest(bucket, key)); in GetObject()
499 GetObjectOutcome OssClient::GetObject(const std::string &bucket, const std::string &key, const std:… in GetObject() function in OssClient
503 return client_->GetObject(request); in GetObject()
506 GetObjectOutcome OssClient::GetObject(const std::string &bucket, const std::string &key, const std:… in GetObject() function in OssClient
510 return client_->GetObject(request); in GetObject()
513 GetObjectOutcome OssClient::GetObject(const GetObjectRequest &request) const in GetObject() function in OssClient
515 return client_->GetObject(request); in GetObject()
787 handler(this, request, client_->GetObject(request), context); in GetObjectAsync()
841 return this->GetObject(request); in GetObjectCallable()
A DOssClientImpl.h28 #ifdef GetObject
29 #undef GetObject
100 GetObjectOutcome GetObject(const GetObjectRequest &request) const;
A Doss_app.cpp472 auto outcome = client.GetObject(request); in oss_download_file()
A DOssClientImpl.cc973 #undef GetObject
974 GetObjectOutcome OssClientImpl::GetObject(const GetObjectRequest &request) const in GetObject() function in OssClientImpl
1496 auto outcome = this->GetObject(getObjectReq); in ResumableDownloadObject()
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp60 SetObject( rhs.GetObject() ); in hid_device_ref()
91 SetObject( rhs.GetObject() ); in operator =()
95 T *GetObject() const in GetObject() function in hid_device_ref
/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.cc499 return client_->GetObject(request); in GetObjectWrap()

Completed in 27 milliseconds