| /foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
| D | ui_task_scheduler.cpp | 105 auto tasks = std::move(syncGeometryNodeTasks_); in FlushSyncGeometryNodeTasks() local 354 decltype(predictTask_) tasks(std::move(predictTask_)); in FlushPredictTask() local 395 decltype(afterLayoutTasks_) tasks(std::move(afterLayoutTasks_)); in FlushAfterLayoutTask() local 407 decltype(afterLayoutCallbacksInImplicitAnimationTask_) tasks( in FlushAfterLayoutCallbackInImplicitAnimationTask() local 438 decltype(afterRenderTasks_) tasks(std::move(afterRenderTasks_)); in FlushAfterRenderTask() local
|
| D | pipeline_context.cpp | 3766 decltype(idleCallbackFuncs_) tasks(std::move(idleCallbackFuncs_)); in TriggerIdleCallback() local 4459 decltype(frameCallbackFuncs_) tasks(std::move(frameCallbackFuncs_)); in FlushFrameCallback() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| D | custom_paint_element.h | 34 std::list<TaskFunc> tasks; in Update() local
|
| D | render_custom_paint.h | 59 void SetTasks(const std::list<TaskFunc>& tasks) in SetTasks()
|
| /foundation/multimodalinput/input/service/delegate_task/src/ |
| D | delegate_tasks.cpp | 82 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/ |
| D | task_scheduler.cpp | 75 std::vector<TaskPtr> tasks; in ProcessTasks() local 116 void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList()
|
| /foundation/multimodalinput/input/service/delegate_task/test/ |
| D | delegate_tasks_test.cpp | 131 std::vector<DelegateTasks::TaskPtr> tasks; variable 145 std::vector<DelegateTasks::TaskPtr> tasks; variable
|
| /foundation/systemabilitymgr/samgr_lite/samgr/source/ |
| D | task_manager.h | 45 ThreadId tasks[0]; member
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
| D | startup_task_manager.cpp | 25 std::map<std::string, std::shared_ptr<StartupTask>> tasks) in StartupTaskManager()
|
| D | startup_task_dispatcher.cpp | 24 …Dispatcher::StartupTaskDispatcher(const std::map<std::string, std::shared_ptr<StartupTask>> &tasks, in StartupTaskDispatcher()
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| D | ut_scheduler.cpp | 60 std::queue<std::unique_ptr<SCPUEUTask>> tasks; variable
|
| /foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
| D | ffrt_trace_process.py | 600 def print_task_info(task_name, tasks): argument
|
| /foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
| D | ffrt_utils.cpp | 26 void FFRTUtils::SubmitQueueTasks(const std::vector<FFRTTask>& tasks, FFRTQueue& queue) in SubmitQueueTasks()
|
| /foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/ |
| D | ffrtutils_fuzzer.cpp | 50 std::vector<FFRTTask> tasks; in FuzzFfrtUtilsSubmitQueueTasks() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| D | skinning_system.cpp | 319 const auto tasks = resultCount / (taskSize == 0 ? 1 : taskSize); in Update() local
|
| /foundation/resourceschedule/ffrt/src/dfx/bbox/ |
| D | bbox.cpp | 634 …umpQueueTaskInfo(std::string& ffrtStackInfo, const char* tag, const std::vector<QueueTask*>& tasks, in DumpQueueTaskInfo()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_uni_render_thread.cpp | 275 std::vector<Callback> tasks; in RunImageReleaseTask() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
| D | bundle_mgr_service_event_handler.cpp | 388 void BMSEventHandler::AddTaskParallel(int32_t taskPriority, const std::vector<PreScanInfo>& tasks, … in AddTaskParallel()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
| D | bms_event_handler_test.cpp | 957 std::vector<PreScanInfo> tasks; variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | bundle_mgr_service_event_handler.cpp | 979 for (const auto &tasks : taskMap) { in AddTasks() local 985 int32_t taskPriority, const std::vector<PreScanInfo> &tasks, int32_t userId) in AddTaskParallel()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| D | rdb_service_impl.cpp | 1099 &storeName](const int32_t &key, std::map<std::string, ExecutorPool::TaskId> &tasks) { in IsPostImmediately()
|
| /foundation/arkui/ace_engine/test/mock/core/pipeline/ |
| D | mock_pipeline_context.cpp | 203 const auto tasks(std::move(predictTasks_)); in OnIdle() local
|