Home
last modified time | relevance | path

Searched refs:GetContentLength (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp309 size = static_cast<uint64_t>(downloader_->GetContentLength()); in GetSize()
336 MEDIA_LOG_I("SeekTo enter, content length = " PUBLIC_LOG_ZU, downloader_->GetContentLength()); in SeekTo()
338 if (offset > downloader_->GetContentLength() && downloader_->GetContentLength() != 0) { in SeekTo()
340 MEDIA_LOG_I("SeekTo enter fail, content = " PUBLIC_LOG_ZU, downloader_->GetContentLength()); in SeekTo()
345 FALSE_RETURN_V(offset <= downloader_->GetContentLength(), Status::ERROR_INVALID_PARAMETER); in SeekTo()
H A Dmedia_downloader.h56 virtual size_t GetContentLength() const = 0;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp113 size_t DownloadMonitor::GetContentLength() const in GetContentLength() function in OHOS::Media::Plugin::HttpPlugin::DownloadMonitor
115 return downloader_->GetContentLength(); in GetContentLength()
H A Ddownload_monitor.h50 size_t GetContentLength() const override;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dmedia_downloader.h36 virtual size_t GetContentLength() const = 0;
H A Dhttp_source_plugin.cpp210 size = static_cast<uint64_t>(downloader_->GetContentLength()); in GetSize()
228 FALSE_RETURN_V(offset <= downloader_->GetContentLength(), Status::ERROR_INVALID_PARAMETER); in SeekTo()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.h39 size_t GetContentLength() const override;
H A Dhttp_media_downloader.cpp136 size_t HttpMediaDownloader::GetContentLength() const in GetContentLength() function in OHOS::Media::Plugin::HttpPlugin::HttpMediaDownloader
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_request_process_other_test.cpp107 EXPECT_EQ(process.GetContentLength(buffer, index), 0); in TEST_F()
115 EXPECT_EQ(process.GetContentLength(buffer, index), len); in TEST_F()
122 EXPECT_EQ(process.GetContentLength(buffer, index), 0); in TEST_F()
130 EXPECT_EQ(process.GetContentLength(buffer, index), 0); in TEST_F()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_media_downloader.h38 size_t GetContentLength() const override;
H A Dhls_media_downloader.cpp131 size_t HlsMediaDownloader::GetContentLength() const in GetContentLength() function in OHOS::Media::Plugin::HttpPlugin::HlsMediaDownloader
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_manager.h70 unsigned int GetContentLength();
H A Dhttp_lite_source_plugin.cpp220 fileSize_ = isStream_ ? 0 : httpHandle_->GetContentLength(); in SetSource()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp151 size_t DownloadMonitor::GetContentLength() const in GetContentLength() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
153 return downloader_->GetContentLength(); in GetContentLength()
H A Ddownload_monitor.h53 size_t GetContentLength() const override;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_media_downloader_unit_test.cpp461 HWTEST_F(HttpMediaDownloaderUnitTest, GetContentLength, TestSize.Level1)
463 MP4httpMediaDownloader->GetContentLength();
464 FLVhttpMediaDownloader->GetContentLength();
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.h47 size_t GetContentLength() const override;
H A Ddash_segment_downloader.h159 size_t GetContentLength();
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_request_process.h75 …void GetContentLength(const std::vector<uint8_t> &readTempBuffer, size_t index, bool &findContentL…
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h49 size_t GetContentLength() const override;
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp92 void PrintHttpRequestProcess::GetContentLength(const std::vector<uint8_t> &readTempBuffer, size_t i… in GetContentLength() function in OHOS::Print::PrintHttpRequestProcess
194 GetContentLength(readTempBuffer, index, findContentLength, contentLength); in ProcessDataFromDevice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h123 virtual long GetContentLength(void* object) = 0;
H A Dweb_delegate_cross.cpp466 long WebDownloadResponseImpl::GetContentLength() const in GetContentLength() function in OHOS::Ace::WebDownloadResponseImpl
473 return obj->GetContentLength(object_); in GetContentLength()
1307 auto contentLength = webDownloadResponse->GetContentLength(); in OnDownloadStart()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h71 size_t GetContentLength() const override;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_media_downloader_unit_test.cpp83 EXPECT_EQ(g_mediaDownloader->GetContentLength(), 0);

12