Home
last modified time | relevance | path

Searched refs:workerPostTask (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp108 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 Djsi_declarative_engine.cpp1297 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 Djsi_engine.cpp3160 auto workerPostTask = [nativeEngine](std::function<void()>&& callback) { in RegisterInitWorkerFunc() local
3165 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()