Searched refs:SetUrlTrustList (Results 1 – 12 of 12) sorted by relevance
220 int SetUrlTrustList(const std::string& urlTrustList) override in SetUrlTrustList() function
289 int SetUrlTrustList(const std::string& urlTrustList) override in SetUrlTrustList() function
1038 int ArkWebNWebImpl::SetUrlTrustList(const ArkWebString& urlTrustList) in SetUrlTrustList() function in OHOS::ArkWeb::ArkWebNWebImpl1040 return nweb_nweb_->SetUrlTrustList(ArkWebStringStructToClass(urlTrustList)); in SetUrlTrustList()
1151 int SetUrlTrustList(const ArkWebString& urlTrustList) override;
1400 virtual int SetUrlTrustList(const ArkWebString& urlTrustList) = 0;
358 ErrCode SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrMsg);
360 static napi_value SetUrlTrustList(napi_env env, napi_callback_info info);
1926 ErrCode WebviewController::SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrM… in SetUrlTrustList() function in OHOS::NWeb::WebviewController
632 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::NapiWebviewController6331 ErrCode ret = webviewController->SetUrlTrustList(urlTrustList, detailMsg); in SetUrlTrustList()
1201 int ArkWebNWebWrapper::SetUrlTrustList(const std::string& urlTrustList) in SetUrlTrustList() function in OHOS::ArkWeb::ArkWebNWebWrapper1204 int res = ark_web_nweb_->SetUrlTrustList(stUrlTrustList); in SetUrlTrustList()
1160 int SetUrlTrustList(const std::string& urlTrustList) override;
1337 virtual int SetUrlTrustList(const std::string& urlTrustList) { in SetUrlTrustList() function