Home
last modified time | relevance | path

Searched refs:errorPath (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1346 ArkWebString& errorPath) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h382 std::string& errorPath);
H A Dwebview_controller.cpp1985 const std::vector<std::string>& pathList, std::string& errorPath) in SetPathAllowingUniversalAccess()
1999 nweb_ptr->SetPathAllowingUniversalAccess(pathList, moduleName_, errorPath); in SetPathAllowingUniversalAccess()
1984 SetPathAllowingUniversalAccess( const std::vector<std::string>& pathList, std::string& errorPath) SetPathAllowingUniversalAccess() argument
H A Dnapi_webview_controller.cpp6423 std::string errorPath; in SetPathAllowingUniversalAccess() local
6424 webviewController->SetPathAllowingUniversalAccess(pathList, errorPath); in SetPathAllowingUniversalAccess()
6425 if (!errorPath.empty()) { in SetPathAllowingUniversalAccess()
6426 WVLOG_E("%{public}s is invalid.", errorPath.c_str()); in SetPathAllowingUniversalAccess()
6428 NWebError::FormatString("BusinessError 401: Parameter error. Path: '%s' is invalid", errorPath.c_str())); in SetPathAllowingUniversalAccess()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h1181 const ArkWebStringVector& moduleName, ArkWebString& errorPath) override;
H A Dark_web_nweb_impl.cpp1057 ArkWebString& errorPath) in SetPathAllowingUniversalAccess()
1062 errorPath = ArkWebStringClassToStruct(errPath); in SetPathAllowingUniversalAccess()
1055 SetPathAllowingUniversalAccess(const ArkWebStringVector& dirs, const ArkWebStringVector& moduleName, ArkWebString& errorPath) SetPathAllowingUniversalAccess() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1233 std::string& errorPath) in SetPathAllowingUniversalAccess()
1241 errorPath = ArkWebStringStructToClass(stErrorPath); in SetPathAllowingUniversalAccess()
1230 SetPathAllowingUniversalAccess( const std::vector<std::string>& dirs, const std::vector<std::string>& moduleName, std::string& errorPath) SetPathAllowingUniversalAccess() argument
H A Dark_web_nweb_wrapper.h1194 const std::vector<std::string>& moduleName, std::string& errorPath) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1385 std::string& errorPath) {} in SetPathAllowingUniversalAccess()
1383 SetPathAllowingUniversalAccess(const std::vector<std::string>& dirList, const std::vector<std::string>& moduleName, std::string& errorPath) SetPathAllowingUniversalAccess() argument

Completed in 26 milliseconds