Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp243 assetPath_ = options.assetPath; in UIContentImpl()
377 paths.push_back(assetPath_); in CommonInitialize()
421 container->InitializeAppConfig(assetPath_, bundleName_, moduleName_, compileMode_); in CommonInitialize()
H A Dui_content_impl.h183 std::string assetPath_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h443 assetPath_ = assetPath; in InitializeModuleSearcher()
522 std::string assetPath_; variable
H A Djsi_declarative_engine.cpp1573 if (!assetPath_.empty() && !isBundle_) { in LoadJs()
1576 arkRuntime->SetAssetPath(assetPath_); in LoadJs()
1670 if (!assetPath_.empty() && !isBundle_) { in LoadPageSource()
1673 arkRuntime->SetAssetPath(assetPath_); in LoadPageSource()