Searched refs:GetObject (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/oss/include/alibabacloud/oss/ |
A D | OssEncryptionClient.h | 47 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 D | OssClient.h | 172 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 D | OssEncryptionClient.cc | 233 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 D | CryptoModule.cc | 122 auto outcome = client->GetObject(getRequest); in GetObjectSecurely()
|
/AliOS-Things-master/components/oss/src/ |
A D | OssClient.cc | 494 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 D | OssClientImpl.h | 28 #ifdef GetObject 29 #undef GetObject 100 GetObjectOutcome GetObject(const GetObjectRequest &request) const;
|
A D | oss_app.cpp | 472 auto outcome = client.GetObject(request); in oss_download_file()
|
A D | OssClientImpl.cc | 973 #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 D | hid.cpp | 60 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 D | ResumableDownloader.cc | 499 return client_->GetObject(request); in GetObjectWrap()
|
Completed in 27 milliseconds