/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_element.h | 34 std::list<TaskFunc> tasks; variable
|
H A D | render_custom_paint.h | 59 void SetTasks(const std::list<TaskFunc>& tasks) in SetTasks() argument
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | task_manager.h | 45 ThreadId tasks[0];
member
|
/foundation/multimodalinput/input/service/delegate_task/test/ |
H A D | delegate_tasks_test.cpp | 131 std::vector<DelegateTasks::TaskPtr> tasks; in HWTEST_F() local 145 std::vector<DelegateTasks::TaskPtr> tasks; in HWTEST_F() local
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/ |
H A D | startup_task_dispatcher.cpp | 24 StartupTaskDispatcher::StartupTaskDispatcher(const std::map<std::string, std::shared_ptr<StartupTask>> &tasks, in StartupTaskDispatcher() argument
|
H A D | startup_task_manager.cpp | 24 StartupTaskManager(uint32_t startupTaskManagerId, std::map<std::string, std::shared_ptr<StartupTask>> tasks) StartupTaskManager() argument
|
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/ |
H A D | task_scheduler.cpp | 75 std::vector<TaskPtr> tasks; in ProcessTasks() local 116 void TaskScheduler::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList() argument
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_tasks.cpp | 82 std::vector<TaskPtr> tasks; in ProcessTasks() local 125 void DelegateTasks::PopPendingTaskList(std::vector<TaskPtr> &tasks) in PopPendingTaskList() argument
|
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/ |
H A D | ffrt_utils.cpp | 26 void FFRTUtils::SubmitQueueTasks(const std::vector<FFRTTask> &tasks, FFRTQueue &queue) in SubmitQueueTasks() argument
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | ffrt_utils_test.cpp | 84 std::vector<FFRTTask> tasks; in HWTEST_F() local
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/ |
H A D | ffrtutils_fuzzer.cpp | 50 std::vector<FFRTTask> tasks;
in FuzzFfrtUtilsSubmitQueueTasks() local
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_scheduler.cpp | 61 std::queue<std::unique_ptr<SCPUEUTask>> tasks; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | ui_task_scheduler.cpp | 108 auto tasks = std::move(syncGeometryNodeTasks_); in FlushSyncGeometryNodeTasks() local [all...] |
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | skinning_system.cpp | 319 const auto tasks = resultCount / (taskSize == 0 ? 1 : taskSize); in Update() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uifirst_manager_test.cpp | 649 std::vector<std::function<void()>> tasks; in HWTEST_F() local 665 std::vector<std::function<void()>> tasks; in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | bms_event_handler_test.cpp | 964 std::vector<PreScanInfo> tasks; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.cpp | 264 std::vector<Callback> tasks; in RunImageReleaseTask() local
|
H A D | rs_uifirst_manager.cpp | 250 void RSUifirstManager::CollectSkipSyncBuffer(std::vector<std::function<void()>>& tasks, NodeId id) in CollectSkipSyncBuffer() argument 280 void RSUifirstManager::ReleaseSkipSyncBuffer(std::vector<std::function<void()>>& tasks) in ReleaseSkipSyncBuffer() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 385 void BMSEventHandler::AddTaskParallel(int32_t taskPriority, const std::vector<PreScanInfo>& tasks, int32_t userId) {} in AddTaskParallel() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 999 AddTaskParallel( int32_t taskPriority, const std::vector<PreScanInfo> &tasks, int32_t userId) AddTaskParallel() argument [all...] |