Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dohos_js_environment_impl.cpp175 engine->SetInitContainerScopeFunc(UpdateContainerScope); in InitWorkerModule()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h308 virtual void SetInitContainerScopeFunc(ContainerScopeCallback func);
H A Dnative_engine.cpp635 void NativeEngine::SetInitContainerScopeFunc(ContainerScopeCallback func) in SetInitContainerScopeFunc() function in NativeEngine