Home
last modified time | relevance | path

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

/foundation/aafwk/standard/common/task_dispatcher/src/dispatcher/
Dspec_task_dispatcher.cpp44 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in SyncDispatch() local
66 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in AsyncDispatch() local
86 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in DelayDispatch() local
Dparallel_task_dispatcher_base.cpp66 std::shared_ptr<Task> innerTask = std::static_pointer_cast<Task>(innerSyncTask); in SyncDispatch() local
90 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in AsyncDispatch() local
120 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in DelayDispatch() local
157 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in AsyncGroupDispatch() local
Dparallel_task_dispatcher.cpp48 std::shared_ptr<Task> innerTask = std::static_pointer_cast<Task>(innerSyncTask); in SyncDispatchBarrier() local
75 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in AsyncDispatchBarrier() local
Dserial_task_dispatcher.cpp57 std::shared_ptr<Task> innerTask = std::static_pointer_cast<Task>(innerSyncTask); in SyncDispatch() local
79 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in AsyncDispatch() local
103 …std::shared_ptr<Task> innerTask = std::make_shared<Task>(runnable, GetPriority(), shared_from_this… in DelayDispatch() local
/foundation/appexecfwk/standard/tools/zip/src/
Dzip.cpp320 …std::shared_ptr<Runnable> innerTask = std::make_shared<Runnable>([srcFile, destDir, options, callb… in Unzip() local
383 std::shared_ptr<Runnable> innerTask = in Zip() local
/foundation/aafwk/standard/test/resource/amssystemtestability/abilitySrc/taskDispatcherTestB/src/
Dmain_ability.cpp306 auto innerTask = std::make_shared<Runnable>([=]() { TestTask(innerTaskId); }); in SetInnerTask() local
/foundation/appexecfwk/standard/libs/libeventhandler/test/unittest/
Dlib_event_handler_event_queue_test.cpp992 auto innerTask = [&taskCalled]() { taskCalled.store(true); }; in __anon456787380b02() local
/foundation/aafwk/standard/test/resource/amssystemtestability/abilitySrc/taskDispatcherTestA/src/
Dmain_ability.cpp372 auto innerTask = std::make_shared<Runnable>([=]() { TestTask(innerTaskId); }); in SetInnerTask() local