Home
last modified time | relevance | path

Searched refs:InitWorkerFunc (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h75 using InitWorkerFunc = std::function<void(NativeEngine* engine)>; variable
293 virtual void SetInitWorkerFunc(InitWorkerFunc func);
294 InitWorkerFunc GetInitWorkerFunc() const;
527 InitWorkerFunc initWorkerFunc_ {nullptr};
H A Dnative_engine.cpp576 void NativeEngine::SetInitWorkerFunc(InitWorkerFunc func) in SetInitWorkerFunc()
580 InitWorkerFunc NativeEngine::GetInitWorkerFunc() const in GetInitWorkerFunc()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.h27 void InitWorkerFunc(NativeEngine* nativeEngine);
H A Dohos_js_environment_impl.cpp169 engine->SetInitWorkerFunc(InitWorkerFunc); in InitWorkerModule()
H A Djs_worker.cpp75 void InitWorkerFunc(NativeEngine* nativeEngine) in InitWorkerFunc() function
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp90 AbilityRuntime::InitWorkerFunc(nativeEngine); in DoSomethingInterestingWithMyAPI()