Home
last modified time | relevance | path

Searched refs:IsExecuteModuleInAbcFile (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h81 …return reinterpret_cast<NativeEngine*>(env)->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmu… in CheckWorkerPath()
110 …return reinterpret_cast<NativeEngine*>(env)->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmu… in CheckNormalizedWorkerPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp199 bool ArkJSRuntime::IsExecuteModuleInAbcFile( in IsExecuteModuleInAbcFile() function in OHOS::Ace::Framework::ArkJSRuntime
205 bool ret = JSNApi::IsExecuteModuleInAbcFile(vm_, bundleName, moduleName, ohmurl); in IsExecuteModuleInAbcFile()
H A Dark_js_runtime.h104 bool IsExecuteModuleInAbcFile(
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h359 …bool IsExecuteModuleInAbcFile(std::string bundleName, std::string moduleName, std::string ohmurl) …
H A Dark_native_engine.cpp1848 bool ArkNativeEngine::IsExecuteModuleInAbcFile(std::string bundleName, std::string moduleName, std:… in IsExecuteModuleInAbcFile() function in ArkNativeEngine
1851 return panda::JSNApi::IsExecuteModuleInAbcFile(vm_, bundleName, moduleName, ohmurl); in IsExecuteModuleInAbcFile()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h399 …virtual bool IsExecuteModuleInAbcFile(std::string bundleName, std::string moduleName, std::string …
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp2059 return runtime->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmUrl); in CheckOhmUrlValid()