Home
last modified time | relevance | path

Searched defs:bundlePath (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_webview_bridge_helper.cpp29 bool ArkWebNWebWebviewBridgeHelper::Init(bool runMode, const std::string& bundlePath) in Init()
60 void ArkWebNWebWebviewBridgeHelper::PreloadLibFile(bool runMode, const std::string& bundlePath) in Init()
72 void ArkWebNWebWebviewBridgeHelper::PreDlopenLibFile(const std::string& bundlePath) in Init()
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dinstall_plugin.cpp55 std::string bundlePath = HAP_DIRECTORY + "/" + fileName; in OnGetPolicy() local
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp316 std::string bundlePath = pathPrefix + GetDynamicLibName(name, true); in SearchPluginBundle() local
334 std::string bundlePath = SearchPluginBundle(bundleName); in LoadPluginBundle() local
351 std::string bundlePath = defaultConfigDir_ + "bundle/plugin_bundle.json"; in LoadPluginBundles() local
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp590 void NWebHelper::TryPreReadLib(bool isFirstTimeStartUpWeb, const std::string& bundlePath) in TryPreReadLib()
601 static void TryPreReadLibForFirstlyAppStartUp(const std::string& bundlePath) in TryPreReadLibForFirstlyAppStartUp()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp916 const std::string& bundlePath = ctx->GetBundleCodeDir(); in InitializeWebEngine() local