Home
last modified time | relevance | path

Searched refs:VersionId (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/oss/src/resumable/
A DResumableCopier.cc80 if (!request_.VersionId().empty()) { in Copy()
81 uploadPartCopyReq.setVersionId(request_.VersionId()); in Copy()
161 if (!compOutcome.result().VersionId().empty()) { in Copy()
162 hRequest.setVersionId(compOutcome.result().VersionId()); in Copy()
170 result.setVersionId(compOutcome.result().VersionId()); in Copy()
185 if (!request_.VersionId().empty()) { in prepare()
186 hRequest.setVersionId(request_.VersionId()); in prepare()
316 if (!request_.VersionId().empty()) { in genRecordPath()
317 ss << "?versionId=" << request_.VersionId(); in genRecordPath()
A DResumableDownloader.cc93 if (!request_.VersionId().empty()) { in Download()
94 getObjectReq.setVersionId(request_.VersionId()); in Download()
187 if (!request_.VersionId().empty()) { in Download()
188 hRequest.setVersionId(request_.VersionId()); in Download()
384 if (!request_.VersionId().empty()) { in genRecordPath()
385 ss << "?versionId=" << request_.VersionId(); in genRecordPath()
A DResumableUploader.cc206 if (!outcome.result().VersionId().empty()) { in Upload()
207 headers["x-oss-version-id"] = outcome.result().VersionId(); in Upload()
/AliOS-Things-master/components/oss/src/model/
A DDeleteObjectVersionsRequest.cc87 if (!object.VersionId().empty()) { in payload()
88 ss << " <VersionId>" << object.VersionId() << "</VersionId>" << std::endl; in payload()
A DObjectMetaData.cc134 const std::string& ObjectMetaData::VersionId() const in VersionId() function in ObjectMetaData
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DListObjectVersionsResult.h35 const std::string& VersionId() const { return versionid_; } in VersionId() function
62 const std::string& VersionId() const { return versionid_; } in VersionId() function
A DDeleteObjectVersionsResult.h32 const std::string& VersionId() const { return versionId_; } in VersionId() function
A DDeleteObjectVersionsRequest.h35 const std::string& VersionId() const { return versionId_; } in VersionId() function
A DObjectMetaData.h42 const std::string& VersionId() const;
/AliOS-Things-master/components/oss/src/encryption/
A DOssEncryptionClient.cc49 if (!request.VersionId().empty()) { in ConvertToGetObjectRequest()
50 gRequest.setVersionId(request.VersionId()); in ConvertToGetObjectRequest()
249 if (!request.VersionId().empty()) { in GetObject()
250 hRequest.setVersionId(request.VersionId()); in GetObject()
365 if (!request.VersionId().empty()) { in ResumableDownloadObject()
366 hRequest.setVersionId(request.VersionId()); in ResumableDownloadObject()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssResult.h51 const std::string& VersionId() const { return versionId_; } in VersionId() function
A DOssRequest.h84 const std::string& VersionId() const;
153 const std::string& VersionId() const;
/AliOS-Things-master/components/oss/src/
A DOssRequest.cc173 const std::string& OssObjectRequest::VersionId() const in VersionId() function in OssObjectRequest
346 const std::string& OssResumableBaseRequest::VersionId() const in VersionId() function in OssResumableBaseRequest
A DOssClientImpl.cc1426 if (!request.VersionId().empty()) { in ResumableCopyObject()
1427 getObjectMetaReq.setVersionId(request.VersionId()); in ResumableCopyObject()
1444 if (!request.VersionId().empty()) { in ResumableCopyObject()
1445 copyObjectReq.setVersionId(request.VersionId()); in ResumableCopyObject()
1466 if (!request.VersionId().empty()) { in ResumableDownloadObject()
1467 getObjectMetaReq.setVersionId(request.VersionId()); in ResumableDownloadObject()
1489 if (!request.VersionId().empty()) { in ResumableDownloadObject()
1490 getObjectReq.setVersionId(request.VersionId()); in ResumableDownloadObject()

Completed in 20 milliseconds