Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dui_task_scheduler.cpp108 auto tasks = std::move(syncGeometryNodeTasks_); in FlushSyncGeometryNodeTasks() local
243 decltype(predictTask_) tasks(std::move(predictTask_)); in FlushPredictTask() local
286 decltype(afterLayoutTasks_) tasks(std::move(afterLayoutTasks_)); in FlushAfterLayoutTask() local
298 decltype(afterLayoutCallbacksInImplicitAnimationTask_) tasks( in FlushAfterLayoutCallbackInImplicitAnimationTask() local
343 decltype(afterRenderTasks_) tasks(std::move(afterRenderTasks_)); in FlushAfterRenderTask() local
Dpipeline_context.cpp3752 decltype(idleCallbackFuncs_) tasks(std::move(idleCallbackFuncs_)); in TriggerIdleCallback() local
4388 decltype(frameCallbackFuncs_) tasks(std::move(frameCallbackFuncs_)); in FlushFrameCallback() 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
125 void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
Dtask_scheduler.cpp75 std::vector<TaskPtr> tasks; in ProcessTasks() local
116 void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
/foundation/multimodalinput/input/service/delegate_task/test/
Ddelegate_tasks_test.cpp131 std::vector<DelegateTasks::TaskPtr> tasks; variable
145 std::vector<DelegateTasks::TaskPtr> tasks; variable
/foundation/systemabilitymgr/samgr_lite/samgr/source/
Dtask_manager.h45 ThreadId tasks[0]; member
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
Dstartup_task_manager.cpp25 std::map<std::string, std::shared_ptr<StartupTask>> tasks) in StartupTaskManager()
Dstartup_task_dispatcher.cpp24 …Dispatcher::StartupTaskDispatcher(const std::map<std::string, std::shared_ptr<StartupTask>> &tasks, in StartupTaskDispatcher()
/foundation/resourceschedule/ffrt/test/ut/testcase/
Dut_scheduler.cpp60 std::queue<std::unique_ptr<SCPUEUTask>> tasks; variable
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
Dffrt_trace_process.py600 def print_task_info(task_name, tasks): argument
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
Dffrt_utils.cpp26 void FFRTUtils::SubmitQueueTasks(const std::vector<FFRTTask>& tasks, FFRTQueue& queue) in SubmitQueueTasks()
/foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/
Dffrtutils_fuzzer.cpp50 std::vector<FFRTTask> tasks; in FuzzFfrtUtilsSubmitQueueTasks() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Dskinning_system.cpp319 const auto tasks = resultCount / (taskSize == 0 ? 1 : taskSize); in Update() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_thread.cpp263 std::vector<Callback> tasks; in RunImageReleaseTask() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
Dbms_event_handler_test.cpp957 std::vector<PreScanInfo> tasks; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dbundle_mgr_service_event_handler.cpp388 void BMSEventHandler::AddTaskParallel(int32_t taskPriority, const std::vector<PreScanInfo>& tasks, … in AddTaskParallel()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_mgr_service_event_handler.cpp957 for (const auto &tasks : taskMap) { in AddTasks() local
963 int32_t taskPriority, const std::vector<PreScanInfo> &tasks, int32_t userId) in AddTaskParallel()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_service_impl.cpp1103 &storeName](const int32_t &key, std::map<std::string, ExecutorPool::TaskId> &tasks) { in IsPostImmediately()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
Dmock_pipeline_context.cpp198 const auto tasks(std::move(predictTasks_)); in OnIdle() local