Searched defs:innerTask (Results 1 – 8 of 8) sorted by relevance
| /foundation/aafwk/standard/common/task_dispatcher/src/dispatcher/ |
| D | spec_task_dispatcher.cpp | 44 …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
|
| D | parallel_task_dispatcher_base.cpp | 66 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
|
| D | parallel_task_dispatcher.cpp | 48 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
|
| D | serial_task_dispatcher.cpp | 57 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/ |
| D | zip.cpp | 320 …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/ |
| D | main_ability.cpp | 306 auto innerTask = std::make_shared<Runnable>([=]() { TestTask(innerTaskId); }); in SetInnerTask() local
|
| /foundation/appexecfwk/standard/libs/libeventhandler/test/unittest/ |
| D | lib_event_handler_event_queue_test.cpp | 992 auto innerTask = [&taskCalled]() { taskCalled.store(true); }; in __anon456787380b02() local
|
| /foundation/aafwk/standard/test/resource/amssystemtestability/abilitySrc/taskDispatcherTestA/src/ |
| D | main_ability.cpp | 372 auto innerTask = std::make_shared<Runnable>([=]() { TestTask(innerTaskId); }); in SetInnerTask() local
|