Home
last modified time | relevance | path

Searched refs:GetDownloadInfo (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dmedia_downloader.h62 virtual void GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Plugins::HttpPlugin::MediaDownloader
64 MEDIA_LOG_E("GetDownloadInfo is unimplemented."); in GetDownloadInfo()
66 virtual std::pair<int32_t, int32_t> GetDownloadInfo() in GetDownloadInfo() function in OHOS::Media::Plugins::HttpPlugin::MediaDownloader
68 MEDIA_LOG_E("GetDownloadInfo is unimplemented."); in GetDownloadInfo()
H A Dhttp_source_plugin.h59 Status GetDownloadInfo(DownloadInfo& downloadInfo) override;
H A Dhttp_source_plugin.cpp398 Status HttpSourcePlugin::GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
400 MEDIA_LOG_I("HttpSourcePlugin::GetDownloadInfo"); in GetDownloadInfo()
402 downloader_->GetDownloadInfo(downloadInfo); in GetDownloadInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.h69 void GetDownloadInfo(DownloadInfo& downloadInfo) override;
70 std::pair<int32_t, int32_t> GetDownloadInfo() override;
H A Ddownload_monitor.cpp285 void DownloadMonitor::GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
288 MEDIA_LOG_I("DownloadMonitor GetDownloadInfo"); in GetDownloadInfo()
289 downloader_->GetDownloadInfo(downloadInfo); in GetDownloadInfo()
293 std::pair<int32_t, int32_t> DownloadMonitor::GetDownloadInfo() in GetDownloadInfo() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
295 MEDIA_LOG_I("DownloadMonitor GetDownloadInfo"); in GetDownloadInfo()
299 return downloader_->GetDownloadInfo(); in GetDownloadInfo()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h59 void GetDownloadInfo(DownloadInfo& downloadInfo) override;
60 std::pair<int32_t, int32_t> GetDownloadInfo() override;
H A Dhttp_media_downloader.cpp1005 void HttpMediaDownloader::GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Plugins::HttpMediaDownloader
1018 std::pair<int32_t, int32_t> HttpMediaDownloader::GetDownloadInfo() in GetDownloadInfo() function in OHOS::Media::Plugins::HttpMediaDownloader
1020 MEDIA_LOG_I("HttpMediaDownloader::GetDownloadInfo."); in GetDownloadInfo()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_media_downloader_unit_test.cpp67 hlsMediaDownloader->GetDownloadInfo(downloadInfo); in HWTEST_F()
76 hlsMediaDownloader->GetDownloadInfo(downloadInfo); in HWTEST_F()
84 hlsMediaDownloader->GetDownloadInfo(downloadInfo); in HWTEST_F()
92 hlsMediaDownloader->GetDownloadInfo(downloadInfo); in HWTEST_F()
100 hlsMediaDownloader->GetDownloadInfo(downloadInfo); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h106 Status GetDownloadInfo(DownloadInfo& downloadInfo);
H A Dsource.cpp213 Status Source::GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Source
215 MEDIA_LOG_I("GetDownloadInfo"); in GetDownloadInfo()
217 MEDIA_LOG_E("GetDownloadInfo failed, plugin_ is nullptr"); in GetDownloadInfo()
220 return plugin_->GetDownloadInfo(downloadInfo); in GetDownloadInfo()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h162 virtual Status GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Plugins::SourcePlugin
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddfx_agent.cpp83 auto ret = demuxer->GetDownloadInfo(downLoadInfo); in GetNetworkInfo()
H A Dhiplayer_impl.cpp896 auto ret = demuxer_->GetDownloadInfo(downLoadInfo); in UpdatePlayStatistics()
898 MEDIA_LOG_D_SHORT("GetDownloadInfo success"); in UpdatePlayStatistics()
904 MEDIA_LOG_E_SHORT("GetDownloadInfo failed with error " PUBLIC_LOG_D32, ret); in UpdatePlayStatistics()
907 MEDIA_LOG_E_SHORT("GetDownloadInfo failed demuxer is null"); in UpdatePlayStatistics()
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp188 EXPECT_NE(Status::OK, source_->GetDownloadInfo(downloadInfo)); in HWTEST_F()
192 source_->GetDownloadInfo(downloadInfo); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h96 void GetDownloadInfo(DownloadInfo& downloadInfo) override;
97 std::pair<int32_t, int32_t> GetDownloadInfo() override;
H A Dhls_media_downloader.cpp1356 void HlsMediaDownloader::GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
1407 std::pair<int32_t, int32_t> HlsMediaDownloader::GetDownloadInfo() in GetDownloadInfo() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
1409 MEDIA_LOG_I("HlsMediaDownloader::GetDownloadInfo."); in GetDownloadInfo()
/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_source_plugin_unit_test.cpp196 httpSourcePlugin->GetDownloadInfo(downloadInfo); in HWTEST_F()
209 httpSourcePlugin->GetDownloadInfo(downloadInfo); in HWTEST_F()
H A Dhttp_media_downloader_unit_test.cpp323 httpMediaDownloader->GetDownloadInfo(downloadInfo); in HWTEST_F()
325 httpMediaDownloader->GetDownloadInfo(downloadInfo); in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddemuxer_filter.h79 Status GetDownloadInfo(DownloadInfo& downloadInfo);
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Ddemuxer_filter_unit_test.cpp627 * @tc.name: GetDownloadInfo
628 * @tc.desc: GetDownloadInfo
631 HWTEST_F(DemuxerFilterUnitTest, GetDownloadInfo, TestSize.Level1) in HWTEST_F()
634 auto res = demuxerFilter_->GetDownloadInfo(info); in HWTEST_F()
635 std::cout << "GetDownloadInfo " << static_cast<int32_t>(res) << std::endl; in HWTEST_F()
639 res = demuxerFilter_->GetDownloadInfo(info); in HWTEST_F()
640 std::cout << "GetDownloadInfo " << static_cast<int32_t>(res) << std::endl; in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddemuxer_filter.cpp573 Status DemuxerFilter::GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::Pipeline::DemuxerFilter
578 return demuxer_->GetDownloadInfo(downloadInfo); in GetDownloadInfo()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h86 Status GetDownloadInfo(DownloadInfo& downloadInfo);
H A Dmedia_demuxer.cpp355 Status MediaDemuxer::GetDownloadInfo(DownloadInfo& downloadInfo) in GetDownloadInfo() function in OHOS::Media::MediaDemuxer
358 return source_->GetDownloadInfo(downloadInfo); in GetDownloadInfo()

Completed in 25 milliseconds