Searched refs:detailErrMsg (Results 1 - 10 of 10) sorted by relevance
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 224 int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 293 int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1409 virtual int SetUrlTrustListWithErrMsg(const ArkWebString& urlTrustList, ArkWebString& detailErrMsg) = 0;
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 358 ErrCode SetUrlTrustList(const std::string& urlTrustList, std::string& detailErrMsg);
|
H A D | webview_controller.cpp | 1829 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 D | ark_web_nweb_impl.h | 1245 * @param detailErrMsg The detail error message. 1248 int SetUrlTrustListWithErrMsg(const ArkWebString& urlTrustList, ArkWebString& detailErrMsg) override;
|
H A D | ark_web_nweb_impl.cpp | 1027 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 D | ark_web_nweb_wrapper.cpp | 1189 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 D | ark_web_nweb_wrapper.h | 1226 int SetUrlTrustListWithErrMsg(const std::string& urlTrustList, std::string& detailErrMsg) override;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1441 * @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