Home
last modified time | relevance | path

Searched defs:CacheDownloadService (Results 1 – 2 of 2) sorted by relevance

/base/request/request/frameworks/native/cache_download/src/
Dwrapper.rs124 impl CacheDownloadService { impl
165 CacheDownloadService::get_instance() as *const CacheDownloadService in cache_download_service() constant
175 type CacheDownloadService; typedef
183 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 …]
Dservices.rs35 pub struct CacheDownloadService { struct
58 impl CacheDownloadService { argument