Home
last modified time | relevance | path

Searched refs:GetFileContentLengthNoWait (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h80 return isRingBuffer_ && request->GetFileContentLengthNoWait() == 0; in IsNotRetry()
H A Dhttp_media_downloader.cpp181 if (isRingBuffer_ && callback_ && request->GetFileContentLengthNoWait() == 0) { in Open()
189 && (totalBits_ / BYTES_TO_BIT) >= downloadRequest_->GetFileContentLengthNoWait()) { in Open()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h92 size_t GetFileContentLengthNoWait() const;
H A Ddownloader.cpp103 size_t DownloadRequest::GetFileContentLengthNoWait() const in GetFileContentLengthNoWait() function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp215 … contentlen = static_cast<int32_t>(downloader_->GetCurrentRequest()->GetFileContentLengthNoWait()); in SaveData()