Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.h108 int32_t LoadDestinationFile(const std::string& bundleName, const std::string& moduleName,
H A Dark_js_runtime.cpp478 int32_t ArkJSRuntime::LoadDestinationFile(const std::string& bundleName, const std::string& moduleN… in LoadDestinationFile() function in OHOS::Ace::Framework::ArkJSRuntime
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1713 return arkRuntime->LoadDestinationFile(bundleName, moduleName, pageSourceFile, isSingleton); in LoadNavDestinationSource()