Searched defs:CacheDownloadService (Results 1 – 2 of 2) sorted by relevance
124 impl CacheDownloadService { impl165 CacheDownloadService::get_instance() as *const CacheDownloadService in cache_download_service() constant175 type CacheDownloadService; typedef183 self: &'static CacheDownloadService, in ffi_preload()190 fn ffi_fetch(self: &'static CacheDownloadService, url: &str) -> UniquePtr<Data>; in ffi_fetch()192 fn set_file_cache_size(self: &CacheDownloadService, size: u64); in set_file_cache_size()193 fn set_ram_cache_size(self: &CacheDownloadService, size: u64); in set_ram_cache_size()194 fn set_info_list_size(self: &CacheDownloadService, size: u16); in set_info_list_size()208 self: &'static CacheDownloadService, in ffi_get_download_info()213 fn cancel(self: &CacheDownloadService, url: &str); in cancel()[all …]
35 pub struct CacheDownloadService { struct58 impl CacheDownloadService { argument