Home
last modified time | relevance | path

Searched refs:detailErrMsg (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h224 int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h293 int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1409 virtual int SetUrlTrustListWithErrMsg(const ArkWebString& urlTrustList, ArkWebString& detailErrMsg) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h358 ErrCode SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrMsg);
H A Dwebview_controller.cpp1829 ErrCode WebviewController::SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrMsg) in SetUrlTrustList() argument
1837 switch (nweb_ptr->SetUrlTrustListWithErrMsg(urlTrustList, detailErrMsg)) { in SetUrlTrustList()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1245 * @param detailErrMsg The detail error message.
1248 int SetUrlTrustListWithErrMsg(const ArkWebString& urlTrustList, ArkWebString& detailErrMsg) override;
H A Dark_web_nweb_impl.cpp1027 int ArkWebNWebImpl::SetUrlTrustListWithErrMsg(const ArkWebString& urlTrustList, ArkWebString& detailErrMsg) in SetUrlTrustListWithErrMsg() argument
1032 detailErrMsg = ArkWebStringClassToStruct(detailMsg); in SetUrlTrustListWithErrMsg()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1189 const std::string& urlTrustList, std::string& detailErrMsg) in SetUrlTrustListWithErrMsg()
1194 detailErrMsg = ArkWebStringStructToClass(stDetailErrMsg); in SetUrlTrustListWithErrMsg()
1188 SetUrlTrustListWithErrMsg( const std::string& urlTrustList, std::string& detailErrMsg) SetUrlTrustListWithErrMsg() argument
H A Dark_web_nweb_wrapper.h1226 int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1441 * @param detailErrMsg The url trust list detail message.
1443 virtual int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) { in SetUrlTrustListWithErrMsg() argument

Completed in 16 milliseconds