Home
last modified time | relevance | path

Searched refs:UpdateContainerScope (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.h30 void UpdateContainerScope(int32_t id);
H A Dohos_js_environment_impl.cpp175 engine->SetInitContainerScopeFunc(UpdateContainerScope); in InitWorkerModule()
H A Djs_worker.cpp536 void UpdateContainerScope(int32_t id) in UpdateContainerScope() function
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp93 AbilityRuntime::UpdateContainerScope(id); in DoSomethingInterestingWithMyAPI()