Home
last modified time | relevance | path

Searched refs:GetStartedStatus (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp138 bool DownloadMonitor::GetStartedStatus() in GetStartedStatus() function in OHOS::Media::Plugin::HttpPlugin::DownloadMonitor
140 return downloader_->GetStartedStatus(); in GetStartedStatus()
H A Ddownload_monitor.h55 bool GetStartedStatus() override;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dmedia_downloader.h41 virtual bool GetStartedStatus() = 0;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.h44 bool GetStartedStatus() override;
H A Dhttp_media_downloader.cpp161 bool HttpMediaDownloader::GetStartedStatus() in GetStartedStatus() function in OHOS::Media::Plugin::HttpPlugin::HttpMediaDownloader
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_media_downloader.h44 bool GetStartedStatus() override;
H A Dhls_media_downloader.cpp158 bool HlsMediaDownloader::GetStartedStatus() in GetStartedStatus() function in OHOS::Media::Plugin::HttpPlugin::HlsMediaDownloader
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp196 bool DownloadMonitor::GetStartedStatus() in GetStartedStatus() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
198 return downloader_->GetStartedStatus(); in GetStartedStatus()
H A Ddownload_monitor.h58 bool GetStartedStatus() override;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dmedia_downloader.h61 virtual bool GetStartedStatus() = 0;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_segment_downloader_unit_test.cpp172 status = segmentDownloader->GetStartedStatus();
218 status = segmentDownloader->GetStartedStatus();
337 bool status = segmentDownloaderSp->GetStartedStatus();
H A Ddash_media_downloader_unit_test.cpp88 EXPECT_TRUE(g_mediaDownloader->GetStartedStatus());
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_media_downloader_unit_test.cpp569 downloader->GetStartedStatus();
593 downloader->GetStartedStatus();
655 downloader->GetStartedStatus();
679 downloader->GetStartedStatus();
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_media_downloader_unit_test.cpp467 HWTEST_F(HttpMediaDownloaderUnitTest, GetStartedStatus, TestSize.Level1)
471 EXPECT_FALSE(MP4httpMediaDownloader->GetStartedStatus());
472 EXPECT_FALSE(FLVhttpMediaDownloader->GetStartedStatus());
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.h52 bool GetStartedStatus() override;
H A Ddash_segment_downloader.h160 bool GetStartedStatus() const;
H A Ddash_media_downloader.cpp205 status = downloader->GetStartedStatus(); in GetSeekable()
228 bool DashMediaDownloader::GetStartedStatus() in GetStartedStatus() function in OHOS::Media::Plugins::HttpPlugin::DashMediaDownloader
H A Ddash_segment_downloader.cpp629 bool DashSegmentDownloader::GetStartedStatus() const in GetStartedStatus() function in OHOS::Media::Plugins::HttpPlugin::DashSegmentDownloader
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h54 bool GetStartedStatus() override;
H A Dhttp_media_downloader.cpp828 bool HttpMediaDownloader::GetStartedStatus() in GetStartedStatus() function in OHOS::Media::Plugins::HttpPlugin::HttpMediaDownloader
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h77 bool GetStartedStatus() override;
H A Dhls_media_downloader.cpp694 bool HlsMediaDownloader::GetStartedStatus() in GetStartedStatus() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader