/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/ |
H A D | http_source_plugin.cpp | 309 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 D | media_downloader.h | 56 virtual size_t GetContentLength() const = 0;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 113 size_t DownloadMonitor::GetContentLength() const in GetContentLength() function in OHOS::Media::Plugin::HttpPlugin::DownloadMonitor 115 return downloader_->GetContentLength(); in GetContentLength()
|
H A D | download_monitor.h | 50 size_t GetContentLength() const override;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/ |
H A D | media_downloader.h | 36 virtual size_t GetContentLength() const = 0;
|
H A D | http_source_plugin.cpp | 210 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 D | http_media_downloader.h | 39 size_t GetContentLength() const override;
|
H A D | http_media_downloader.cpp | 136 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 D | print_http_request_process_other_test.cpp | 107 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 D | hls_media_downloader.h | 38 size_t GetContentLength() const override;
|
H A D | hls_media_downloader.cpp | 131 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 D | http_lite_manager.h | 70 unsigned int GetContentLength();
|
H A D | http_lite_source_plugin.cpp | 220 fileSize_ = isStream_ ? 0 : httpHandle_->GetContentLength(); in SetSource()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 151 size_t DownloadMonitor::GetContentLength() const in GetContentLength() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor 153 return downloader_->GetContentLength(); in GetContentLength()
|
H A D | download_monitor.h | 53 size_t GetContentLength() const override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/ |
H A D | http_media_downloader_unit_test.cpp | 461 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 D | dash_media_downloader.h | 47 size_t GetContentLength() const override;
|
H A D | dash_segment_downloader.h | 159 size_t GetContentLength();
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_http_request_process.h | 75 …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 D | http_media_downloader.h | 49 size_t GetContentLength() const override;
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_request_process.cpp | 92 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 D | web_object_event.h | 123 virtual long GetContentLength(void* object) = 0;
|
H A D | web_delegate_cross.cpp | 466 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 D | hls_media_downloader.h | 71 size_t GetContentLength() const override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_media_downloader_unit_test.cpp | 83 EXPECT_EQ(g_mediaDownloader->GetContentLength(), 0);
|