Searched defs:Downloader (Results 1 – 10 of 10) sorted by relevance
110 pub struct Downloader<T> { struct117 impl Downloader<()> { implementation151 impl<T: DownloadOperator + Unpin> Downloader<T> { implementation
108 pub struct Downloader<T> { struct115 impl Downloader<()> { impl148 impl<T: DownloadOperator + Unpin> Downloader<T> { impl
63 class Downloader; variable109 friend class Downloader; variable
102 Downloader::Downloader(std::string name) noexcept : name_(std::move(name)) in Downloader() function in OHOS::Media::Plugin::HttpPlugin::Downloader
74 class Downloader; variable147 friend class Downloader; variable
246 Downloader::Downloader(const std::string& name) noexcept : name_(std::move(name)) in Downloader() function in OHOS::Media::Plugins::HttpPlugin::Downloader
44 std::shared_ptr<DownloadRequest>&) {}; in __anonbb0367950202()
70 void PlayListDownloader::OnDownloadStatus(DownloadStatus status, std::shared_ptr<Downloader>&, in OnDownloadStatus()
231 void PlayListDownloader::OnDownloadStatus(DownloadStatus status, std::shared_ptr<Downloader>&, in OnDownloadStatus()
323 void M3U8::OnDownloadStatus(DownloadStatus status, std::shared_ptr<Downloader> &, in OnDownloadStatus()