Home
last modified time | relevance | path

Searched defs:task2 (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_core_test.cpp65 SCPUEUTask *task2 = new SCPUEUTask(nullptr, task1, 0, QoS()); variable
H A Dut_core.cpp64 SCPUEUTask *task2 = new SCPUEUTask(nullptr, task1, 0, QoS()); variable
H A Dut_scheduler.cpp173 SCPUEUTask *task2 = new SCPUEUTask(nullptr, task1, 0, QoS()); variable
H A Dut_queue.cpp111 ffrt_task_handle_t task2 = variable
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/
H A Dtask_ctx_test.cpp67 SCPUEUTask *task2 = new SCPUEUTask(nullptr, task1, 0, QoS()); variable
/ohos5.0/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/
H A Dffrt_utils_test.cpp66 FFRTTask task2 = [&]() { in __anone73078890402() variable
182 FFRTTask task2 = [&mutex]() { in __anone73078890b02() variable
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_timer_handler_test.cpp161 std::function<void()> task2 = [&]() { in __anon9f4458ee0502() variable
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestSynchronizer.cpp53 std::shared_ptr<Task> task2; member in OHOS::Media::Test::TestSynchronizer
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Djs_async_work.cpp97 auto task2 = [handler, data]() { in DispatchAsyncWorkInner() local
/ohos5.0/base/startup/init/services/loopevent/loop/
H A Dle_loop.c23 BaseTask *task2 = HASHMAP_ENTRY(node2, BaseTask, hashNode); in TaskNodeCompare() local
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/osal/
H A Dtask_func_unit_test.cpp57 std::shared_ptr<Task> task2 = nullptr; member in OHOS::Media::MetaFuncUT::TaskInnerUnitTest
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs324 let task2 = Task::new(2, Mode::FrontEnd, 1); in ut_task_partial_ord() localVariable
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.cpp506 Task* task2 = new Task(); in StoreTaskDependency() local
586 Task* task2 = new Task(); in ReleaseTaskData() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp295 auto task2 = []() {}; in __anon7ac06df50502() variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dability_context_impl_test.cpp1521 RuntimeTask task2 = [](const int32_t count, const Want& want, bool isInner) variable