Home
last modified time | relevance | path

Searched defs:tasks (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dui_task_scheduler.cpp164 decltype(predictTask_) tasks(std::move(predictTask_)); in FlushPredictTask() local
190 decltype(afterLayoutTasks_) tasks(std::move(afterLayoutTasks_)); in FlushAfterLayoutTask() local
206 decltype(afterRenderTasks_) tasks(std::move(afterRenderTasks_)); in FlushAfterRenderTask() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Dcustom_paint_element.h34 std::list<TaskFunc> tasks; in Update() local
Drender_custom_paint.h59 void SetTasks(const std::list<TaskFunc>& tasks) in SetTasks()
/foundation/multimodalinput/input/service/delegate_task/src/
Ddelegate_tasks.cpp82 std::vector<TaskPtr> tasks; in ProcessTasks() local
132 void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dtask_manager.h45 ThreadId tasks[0]; member
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
Dffrt_trace_process.py592 def print_task_info(task_name, tasks): argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp438 decltype(attachToMainTreeTasks_) tasks(std::move(attachToMainTreeTasks_)); in OnAttachToMainTree() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_draw_cmd.cpp65 std::vector<std::function<void()>> tasks = {}; in ProcessTask() local