Searched refs:IsExecuteModuleInAbcFile (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | path_helper.h | 81 …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 D | ark_js_runtime.cpp | 199 bool ArkJSRuntime::IsExecuteModuleInAbcFile( in IsExecuteModuleInAbcFile() function in OHOS::Ace::Framework::ArkJSRuntime 205 bool ret = JSNApi::IsExecuteModuleInAbcFile(vm_, bundleName, moduleName, ohmurl); in IsExecuteModuleInAbcFile()
|
H A D | ark_js_runtime.h | 104 bool IsExecuteModuleInAbcFile(
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.h | 359 …bool IsExecuteModuleInAbcFile(std::string bundleName, std::string moduleName, std::string ohmurl) …
|
H A D | ark_native_engine.cpp | 1848 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 D | native_engine.h | 399 …virtual bool IsExecuteModuleInAbcFile(std::string bundleName, std::string moduleName, std::string …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 2059 return runtime->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmUrl); in CheckOhmUrlValid()
|