Home
last modified time | relevance | path

Searched refs:bundlePath_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp625 if (bundlePath_.empty()) { in GetWebEngine()
633 if (bundlePath_.empty()) { in GetWebEngine()
639 TryPreReadLibForFirstlyAppStartUp(bundlePath_); in GetWebEngine()
641 if (!ArkWeb::ArkWebNWebWebviewBridgeHelper::GetInstance().Init(fromArk, bundlePath_)) { in GetWebEngine()
683 initArgs->AddArg(std::string("--bundle-installation-dir=").append(bundlePath_)); in InitWebEngine()
735 bundlePath_ = path; in SetBundlePath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h280 bundlePath_ = path; in SetBundlePath()
285 return bundlePath_; in GetBundlePath()
620 std::string bundlePath_; variable
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h100 std::string bundlePath_; variable
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp336 NWebHelper::Instance().bundlePath_.clear();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1185 std::string bundlePath_; variable
H A Dweb_delegate.cpp1756 bundlePath_ = bundlePath; in PrepareInitOHOSWeb()
1762 OHOS::NWeb::NWebHelper::Instance().SetBundlePath(bundlePath_); in PrepareInitOHOSWeb()
2856 … initArgs->AddArg(std::string("--bundle-installation-dir=").append(delegate->bundlePath_)); in InitWebViewWithSurface()