Home
last modified time | relevance | path

Searched defs:Task (Results 1 – 7 of 7) sorted by relevance

/base/request/request/services/src/manage/scheduler/qos/
Dapps.rs104 fn insert(&mut self, task: Task) { in insert()
131 pub(crate) struct Task { struct
139 impl Task { argument
153 impl Eq for Task {} implementation
155 impl Ord for Task { implementation
163 impl PartialEq for Task { implementation
169 impl PartialOrd for Task { implementation
199 fn reload_tasks_of_app_from_database(uid: u64) -> Vec<Task> { in reload_tasks_of_app_from_database()
236 impl Task { impl
/base/update/updater/services/script/threadpool/
Dthread_pool.h25 struct Task { struct
30 Task task; argument
/base/hiviewdfx/hiview/base/include/
Devent_priority_queue.h20 using Task = std::function<void()>; variable
/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/
Dwatchdog.h23 using Task = std::function<void()>; variable
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
Ddas_task_main.h33 } Task; typedef
/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_task.h26 using Task = std::function<void()>; variable
/base/request/request/services/src/manage/events/
Dmod.rs40 Task(TaskEvent), enumerator