Searched refs:errorPath (Results 1 - 9 of 9) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1346 ArkWebString& errorPath) = 0;
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 382 std::string& errorPath);
|
H A D | webview_controller.cpp | 1985 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 D | napi_webview_controller.cpp | 6423 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 D | ark_web_nweb_impl.h | 1181 const ArkWebStringVector& moduleName, ArkWebString& errorPath) override;
|
H A D | ark_web_nweb_impl.cpp | 1057 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 D | ark_web_nweb_wrapper.cpp | 1233 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 D | ark_web_nweb_wrapper.h | 1194 const std::vector<std::string>& moduleName, std::string& errorPath) override;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1385 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