Searched defs:TaskId (Results 1 – 12 of 12) sorted by relevance
| /base/request/request/common/utils/src/ |
| D | task_id.rs | 19 pub struct TaskId { struct 23 impl TaskId { impl 40 impl Display for TaskId { implementation
|
| /base/request/request/frameworks/native/cache_core/src/data/ |
| D | file.rs | 85 pub(crate) fn try_restore(task_id: TaskId, handle: &'static CacheManager) -> Option<Self> { in try_restore() 103 task_id: TaskId, in try_create() 128 fn create_file(task_id: &TaskId, cache: Arc<RamCache>) -> Result<(), io::Error> { in create_file() 150 pub(crate) fn task_id(&self) -> &TaskId { in task_id() 190 ) -> Result<(TaskId, SystemTime), io::Error> { in filter_map_entry() 210 pub(super) fn update_file_cache(&'static self, task_id: TaskId, cache: Arc<RamCache>) { in update_file_cache() 243 task_id: &TaskId, in update_ram_from_file_inner()
|
| D | ram.rs | 46 pub(crate) fn new(task_id: TaskId, handle: &'static CacheManager, size: Option<usize>) -> Self { in new() 135 pub(crate) fn task_id(&self) -> &TaskId { in task_id()
|
| /base/request/request/frameworks/native/cache_core/src/ |
| D | manage.rs | 74 pub fn remove(&self, task_id: TaskId) { in remove() 95 caches: &Mutex<LRUCache<TaskId, T>>, in apply_cache() 96 task_id: fn(&T) -> &TaskId, in apply_cache()
|
| D | update.rs | 35 pub fn new(task_id: TaskId, cache_manager: &'static CacheManager) -> Self { in new()
|
| /base/request/request/frameworks/native/cache_download/src/download/ |
| D | callback.rs | 56 task_id: TaskId, in new() 78 pub(crate) fn task_id(&self) -> TaskId { in task_id()
|
| D | task.rs | 50 task_id: TaskId, in new() 214 task_id: TaskId, in download_inner()
|
| /base/request/request/frameworks/native/cache_download/src/ |
| D | services.rs | 207 pub(crate) fn task_finish(&self, task_id: &TaskId, seq: usize) { in task_finish() 239 task_id: &TaskId, in fetch_with_callback()
|
| /base/request/request/common/netstack_rs/src/ |
| D | task.rs | 117 task_id: TaskId, in set_callback()
|
| D | info.rs | 231 pub fn insert_info(&mut self, task_id: TaskId, info: DownloadInfo) { in insert_info() 268 pub fn insert_download_info(&self, task_id: TaskId, info: DownloadInfo) { in insert_download_info()
|
| D | wrapper.rs | 55 task_id: TaskId, in from_callback()
|
| /base/startup/init/services/loopevent/task/ |
| D | le_task.h | 65 } TaskId; typedef
|