Home
last modified time | relevance | path

Searched refs:ParseManifest (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp70 downloader.ParseManifest("", false); in HWTEST_F()
77 downloader.ParseManifest("http://new.url", false); in HWTEST_F()
86 downloader.ParseManifest(testUrl, false); in HWTEST_F()
95 downloader.ParseManifest(testUrl, false); in HWTEST_F()
105 downloader.ParseManifest(testUrl, false); in HWTEST_F()
113 downloader.ParseManifest(testUrl, false); in HWTEST_F()
124 downloader.ParseManifest(testUrl1, false); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp66 ParseManifest(); in SaveData()
86 void PlayListDownloader::ParseManifest() in ParseManifest() function in OHOS::Media::Plugin::HttpPlugin::PlayListDownloader
88 MEDIA_LOG_E("Should not call this ParseManifest"); in ParseManifest()
H A Dhls_playlist_downloader.h33 void ParseManifest() override;
H A Dplaylist_downloader.h41 virtual void ParseManifest() = 0;
H A Dhls_playlist_downloader.cpp32 // PlayListDownload thread: call ParseManifest
93 void HlsPlayListDownloader::ParseManifest() in ParseManifest() function in OHOS::Media::Plugin::HttpPlugin::HlsPlayListDownloader
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp66 void CardFrontend::ParseManifest() const in ParseManifest() function in OHOS::Ace::CardFrontend
82 ParseManifest(); in RunPage()
129 ParseManifest(); in GetWindowConfig()
H A Dcard_frontend_declarative.cpp85 ParseManifest(); in RunPage()
H A Dcard_frontend.h199 void ParseManifest() const;
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp131 ParseManifest(playList_); in DoOpenNative()
225 ParseManifest(location); in UpdateDownloadFinished()
249 void PlayListDownloader::ParseManifest(const std::string& location, bool isPreParse) in ParseManifest() function in OHOS::Media::Plugins::HttpPlugin::PlayListDownloader
251 MEDIA_LOG_E("Should not call this ParseManifest"); in ParseManifest()
H A Dhls_playlist_downloader.h33 void ParseManifest(const std::string& location, bool isPreParse = false) override;
H A Dhls_playlist_downloader.cpp36 // PlayListDownload thread: call ParseManifest
157 void HlsPlayListDownloader::ParseManifest(const std::string& location, bool isPreParse) in ParseManifest() function in OHOS::Media::Plugins::HttpPlugin::HlsPlayListDownloader
179 MEDIA_LOG_E("ParseManifest parse failed."); in ParseManifest()
249 ParseManifest(location, true); in PreParseManifest()
H A Dplaylist_downloader.h49 virtual void ParseManifest(const std::string& location, bool isPreParse = false) = 0;
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/
H A Dpa_backend.h101 void ParseManifest();
H A Dpa_backend.cpp289 void PaBackend::ParseManifest() in ParseManifest() function in OHOS::Ace::PaBackend
339 ParseManifest(); in RunPa()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp92 void FrontendDelegateImpl::ParseManifest() in ParseManifest() function in OHOS::Ace::Framework::FrontendDelegateImpl
148 ParseManifest(); in RunPage()
907 ParseManifest(); in GetWindowConfig()
913 ParseManifest(); in GetMinPlatformVersion()
919 ParseManifest(); in IsUseLiteStyle()
925 ParseManifest(); in IsWebFeature()
H A Dfrontend_delegate_impl.h406 void ParseManifest();
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h146 void ParseManifest();
H A Ddash_mpd_downloader.cpp209 ParseManifest(); in UpdateDownloadFinished()
520 void DashMpdDownloader::ParseManifest() in ParseManifest() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader
523 MEDIA_LOG_I("ParseManifest content length is 0"); in ParseManifest()

Completed in 14 milliseconds