Home
last modified time | relevance | path

Searched refs:contentLength_ (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DUploadPartRequest.cc61 contentLength_ = length; in setContentLength()
90 headers[Http::CONTENT_LENGTH] = std::to_string(contentLength_); in specialHeaders()
137 partSize = contentLength_; in validate()
/AliOS-Things-master/components/oss/src/resumable/
A DResumableDownloader.h52 …rker(objectSize, request.PartSize()), request_(request),client_(client), contentLength_(objectSize) in ResumableDownloader()
72 uint64_t contentLength_; variable
A DResumableDownloader.cc199 meta.setContentLength(contentLength_); in Download()
420 contentLength_ = end - start + 1; in getPartsToDownload()
480 …process.Handler(increment, downloader->consumedSize_, downloader->contentLength_, process.UserData… in DownloadPartProcessCallback()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DUploadPartRequest.h52 uint64_t contentLength_; variable

Completed in 5 milliseconds