/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | hls_playlist_downloader_unit_test.cpp | 70 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 D | playlist_downloader.cpp | 66 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 D | hls_playlist_downloader.h | 33 void ParseManifest() override;
|
H A D | playlist_downloader.h | 41 virtual void ParseManifest() = 0;
|
H A D | hls_playlist_downloader.cpp | 32 // 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 D | card_frontend.cpp | 66 void CardFrontend::ParseManifest() const in ParseManifest() function in OHOS::Ace::CardFrontend 82 ParseManifest(); in RunPage() 129 ParseManifest(); in GetWindowConfig()
|
H A D | card_frontend_declarative.cpp | 85 ParseManifest(); in RunPage()
|
H A D | card_frontend.h | 199 void ParseManifest() const;
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | playlist_downloader.cpp | 131 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 D | hls_playlist_downloader.h | 33 void ParseManifest(const std::string& location, bool isPreParse = false) override;
|
H A D | hls_playlist_downloader.cpp | 36 // 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 D | playlist_downloader.h | 49 virtual void ParseManifest(const std::string& location, bool isPreParse = false) = 0;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/ |
H A D | pa_backend.h | 101 void ParseManifest();
|
H A D | pa_backend.cpp | 289 void PaBackend::ParseManifest() in ParseManifest() function in OHOS::Ace::PaBackend 339 ParseManifest(); in RunPa()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 92 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 D | frontend_delegate_impl.h | 406 void ParseManifest();
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.h | 146 void ParseManifest();
|
H A D | dash_mpd_downloader.cpp | 209 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()
|