Home
last modified time | relevance | path

Searched refs:SetBundlePath (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/initandrun_fuzzer/
H A Dinitandrun_fuzzer.cpp29 NWebHelper::Instance().SetBundlePath(path); in InitAndRunFuzzTest()
37 NWebHelper::Instance().SetBundlePath(pathTmp); in InitAndRunFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/loadlib_fuzzer/
H A Dloadlib_fuzzer.cpp34 NWebHelper::Instance().SetBundlePath(path); in LoadLibFuzzTest()
/ohos5.0/base/web/webview/test/unittest/napi_web_cookie_manager_test/
H A Dnapi_web_cookie_manager_test.cpp65 NWebHelper::Instance().SetBundlePath(hapPath);
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp30 NWebHelper::Instance().SetBundlePath(path); in NapiFuzzTest()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h53 void SetBundlePath(const std::string& path);
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp176 NWebHelper::Instance().SetBundlePath(MOCK_INSTALLATION_DIR); in NWebHelperFuzzTest()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp96 helper.SetBundlePath(hapPath);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp632 SetBundlePath(ctx->GetBundleCodeDir()); in GetWebEngine()
733 void NWebHelper::SetBundlePath(const std::string& path) in SetBundlePath() function in OHOS::NWeb::NWebHelper
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp187 NWebHelper::Instance().SetBundlePath(MOCK_NWEB_INSTALLATION_DIR);
366 NWebHelper::Instance().SetBundlePath(MOCK_NWEB_INSTALLATION_DIR);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h278 void SetBundlePath(const std::string& path) in SetBundlePath() function
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp68 NWebHelper::Instance().SetBundlePath(bundle_path); in FfiOHOSWebviewCtlInitializeWebEngine()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp390 container->SetBundlePath(abilityContext->GetBundleCodeDir()); in OnStart()
H A Dui_content_impl.cpp1346 container->SetBundlePath(context->GetBundleCodeDir()); in CommonInitializeForm()
1877 container->SetBundlePath(context->GetBundleCodeDir()); in CommonInitialize()
2951 container->SetBundlePath(context->GetBundleCodeDir()); in InitializeSubWindow()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1793 NWeb::NWebHelper::Instance().SetBundlePath(ctx->GetBundleCodeDir()); in HandleNWebPreload()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1762 OHOS::NWeb::NWebHelper::Instance().SetBundlePath(bundlePath_); in PrepareInitOHOSWeb()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp912 NWebHelper::Instance().SetBundlePath(bundlePath); in InitializeWebEngine()