Home
last modified time | relevance | path

Searched defs:Downloader (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Dmod.rs110 pub struct Downloader<T> { struct
117 impl Downloader<()> { implementation
151 impl<T: DownloadOperator + Unpin> Downloader<T> { implementation
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dmod.rs108 pub struct Downloader<T> { struct
115 impl Downloader<()> { impl
148 impl<T: DownloadOperator + Unpin> Downloader<T> { impl
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h63 class Downloader; variable
109 friend class Downloader; variable
H A Ddownloader.cpp102 Downloader::Downloader(std::string name) noexcept : name_(std::move(name)) in Downloader() function in OHOS::Media::Plugin::HttpPlugin::Downloader
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.h74 class Downloader; variable
147 friend class Downloader; variable
H A Ddownloader.cpp246 Downloader::Downloader(const std::string& name) noexcept : name_(std::move(name)) in Downloader() function in OHOS::Media::Plugins::HttpPlugin::Downloader
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestHttpSourcePlugin.cpp44 std::shared_ptr<DownloadRequest>&) {}; in __anonbb0367950202()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp70 void PlayListDownloader::OnDownloadStatus(DownloadStatus status, std::shared_ptr<Downloader>&, in OnDownloadStatus()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp231 void PlayListDownloader::OnDownloadStatus(DownloadStatus status, std::shared_ptr<Downloader>&, in OnDownloadStatus()
H A Dm3u8.cpp323 void M3U8::OnDownloadStatus(DownloadStatus status, std::shared_ptr<Downloader> &, in OnDownloadStatus()