Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dohos_js_environment_impl.cpp174 engine->SetGetContainerScopeIdFunc(GetContainerId); in InitWorkerModule()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h307 virtual void SetGetContainerScopeIdFunc(GetContainerScopeIdCallback func);
H A Dnative_engine.cpp631 void NativeEngine::SetGetContainerScopeIdFunc(GetContainerScopeIdCallback func) in SetGetContainerScopeIdFunc() function in NativeEngine