Searched refs:workerPostTask (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 108 auto workerPostTask = [nativeEngine](std::function<void()>&& callback) { in InitWorkerFunc() local 114 instanceId, reinterpret_cast<void*>(vm), debugOption, workerPostTask, g_debugApp); in InitWorkerFunc() 116 …panda::JSNApi::NotifyDebugMode(instanceId, vm, debugOption, instanceId, workerPostTask, g_debugApp… in InitWorkerFunc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1297 auto workerPostTask = [nativeEngine](std::function<void()>&& callback) { in RegisterInitWorkerFunc() local 1302 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()
|
/ohos5.0/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() local 3165 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()
|