Searched refs:workerPostTask (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 109 auto workerPostTask = [nativeEngine](std::function<void()>&& callback) { in InitWorkerFunc() local 115 instanceId, reinterpret_cast<void*>(vm), debugOption, workerPostTask, g_debugApp); in InitWorkerFunc() 117 panda::JSNApi::NotifyDebugMode(instanceId, vm, debugOption, instanceId, workerPostTask, g_debugApp); in InitWorkerFunc()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1309 auto workerPostTask = [nativeEngine](std::function<void()>&& callback) { in RegisterInitWorkerFunc() 1314 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 3160 auto workerPostTask = [nativeEngine](std::function<void()>&& callback) { in RegisterInitWorkerFunc() 3165 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()
|
Completed in 11 milliseconds