Home
last modified time | relevance | path

Searched refs:SetUrlTrustList (Results 1 - 12 of 12) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h220 int SetUrlTrustList(const std::string& urlTrustList) override
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h289 int SetUrlTrustList(const std::string& urlTrustList) override
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1312 virtual int SetUrlTrustList(const ArkWebString& urlTrustList) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h358 ErrCode SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrMsg);
H A Dnapi_webview_controller.h360 static napi_value SetUrlTrustList(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1829 ErrCode WebviewController::SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrMsg) in SetUrlTrustList() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp632 DECLARE_NAPI_FUNCTION("setUrlTrustList", NapiWebviewController::SetUrlTrustList), in Init()
6141 napi_value NapiWebviewController::SetUrlTrustList(napi_env env, napi_callback_info info) in SetUrlTrustList() function in OHOS::NWeb::NapiWebviewController
6143 WVLOG_D("SetUrlTrustList invoked"); in SetUrlTrustList()
6177 ErrCode ret = webviewController->SetUrlTrustList(urlTrustList, detailMsg); in SetUrlTrustList()
6179 WVLOG_E("SetUrlTrustList failed, error code: %{public}d", ret); in SetUrlTrustList()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1148 int SetUrlTrustList(const ArkWebString& urlTrustList) override;
H A Dark_web_nweb_impl.cpp1022 int ArkWebNWebImpl::SetUrlTrustList(const ArkWebString& urlTrustList) in SetUrlTrustList() function in OHOS::ArkWeb::ArkWebNWebImpl
1024 return nweb_nweb_->SetUrlTrustList(ArkWebStringStructToClass(urlTrustList)); in SetUrlTrustList()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1212 int ArkWebNWebWrapper::SetUrlTrustList(const std::string& urlTrustList) in SetUrlTrustList() function in OHOS::ArkWeb::ArkWebNWebWrapper
1215 int res = ark_web_nweb_->SetUrlTrustList(stUrlTrustList); in SetUrlTrustList()
H A Dark_web_nweb_wrapper.h1168 int SetUrlTrustList(const std::string& urlTrustList) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1350 virtual int SetUrlTrustList(const std::string& urlTrustList) { in SetUrlTrustList() function in OHOS::NWeb::PrecompileError::NWeb

Completed in 27 milliseconds