Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h220 int SetUrlTrustList(const std::string& urlTrustList) override in SetUrlTrustList() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h289 int SetUrlTrustList(const std::string& urlTrustList) override in SetUrlTrustList() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp1038 int ArkWebNWebImpl::SetUrlTrustList(const ArkWebString& urlTrustList) in SetUrlTrustList() function in OHOS::ArkWeb::ArkWebNWebImpl
1040 return nweb_nweb_->SetUrlTrustList(ArkWebStringStructToClass(urlTrustList)); in SetUrlTrustList()
H A Dark_web_nweb_impl.h1151 int SetUrlTrustList(const ArkWebString& urlTrustList) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1400 virtual int SetUrlTrustList(const ArkWebString& urlTrustList) = 0;
/ohos5.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.cpp1926 ErrCode WebviewController::SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrM… in SetUrlTrustList() function in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp632 DECLARE_NAPI_FUNCTION("setUrlTrustList", NapiWebviewController::SetUrlTrustList), in Init()
6295 napi_value NapiWebviewController::SetUrlTrustList(napi_env env, napi_callback_info info) in SetUrlTrustList() function in OHOS::NWeb::NapiWebviewController
6331 ErrCode ret = webviewController->SetUrlTrustList(urlTrustList, detailMsg); in SetUrlTrustList()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1201 int ArkWebNWebWrapper::SetUrlTrustList(const std::string& urlTrustList) in SetUrlTrustList() function in OHOS::ArkWeb::ArkWebNWebWrapper
1204 int res = ark_web_nweb_->SetUrlTrustList(stUrlTrustList); in SetUrlTrustList()
H A Dark_web_nweb_wrapper.h1160 int SetUrlTrustList(const std::string& urlTrustList) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1337 virtual int SetUrlTrustList(const std::string& urlTrustList) { in SetUrlTrustList() function