Home
last modified time | relevance | path

Searched defs:urlTrustList (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1337 virtual int SetUrlTrustList(const std::string& urlTrustList) { in SetUrlTrustList()
1397 …virtual int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) { in SetUrlTrustListWithErrMsg()
/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()
224 … int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override in SetUrlTrustListWithErrMsg()
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h289 int SetUrlTrustList(const std::string& urlTrustList) override in SetUrlTrustList()
293 … int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override in SetUrlTrustListWithErrMsg()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp1018 int ArkWebNWebImpl::SetUrlTrustListWithErrMsg(const ArkWebString& urlTrustList, ArkWebString& detai… in SetUrlTrustListWithErrMsg()
1038 int ArkWebNWebImpl::SetUrlTrustList(const ArkWebString& urlTrustList) in SetUrlTrustList()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1178 const std::string& urlTrustList, std::string& detailErrMsg) in SetUrlTrustListWithErrMsg()
1201 int ArkWebNWebWrapper::SetUrlTrustList(const std::string& urlTrustList) in SetUrlTrustList()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1926 ErrCode WebviewController::SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrM… in SetUrlTrustList()
H A Dnapi_webview_controller.cpp6312 std::string urlTrustList; in SetUrlTrustList() local