Searched refs:PARAM_CHECK_ERROR (Results 1 – 10 of 10) sorted by relevance
/base/web/webview/interfaces/kits/napi/js/ |
D | webview_export.js | 19 const PARAM_CHECK_ERROR = 401; constant 24 errMsgMap.set(PARAM_CHECK_ERROR, ERROR_MSG_INVALID_PARAM); 55 throw new BusinessError(PARAM_CHECK_ERROR); 65 throw new BusinessError(PARAM_CHECK_ERROR);
|
/base/web/webview/interfaces/kits/napi/webdatabase/ |
D | napi_web_data_base.cpp | 147 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveHttpAuthCredentials() 153 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveHttpAuthCredentials() 159 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveHttpAuthCredentials() 165 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveHttpAuthCredentials() 170 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveHttpAuthCredentials() 176 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveHttpAuthCredentials() 182 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveHttpAuthCredentials() 206 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetHttpAuthCredentials() 212 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetHttpAuthCredentials() 218 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetHttpAuthCredentials() [all …]
|
D | napi_geolocation_permission.cpp | 115 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in ProcessActionByType() 121 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in ProcessActionByType() 306 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetAccessibleGeolocation() 312 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetAccessibleGeolocation() 320 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetAccessibleGeolocation() 463 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetStoredGeolocation() 470 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetStoredGeolocation()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | napi_webview_controller.cpp | 83 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in GetArrayValueType() 87 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in GetArrayValueType() 110 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetArrayHandlerBoolean() 120 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetArrayHandlerString() 130 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetArrayHandlerInteger() 140 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetArrayHandlerDouble() 411 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetHttpDns() 416 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetHttpDns() 422 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetHttpDns() 427 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in SetHttpDns() [all …]
|
D | webview_controller.cpp | 763 return NWebError::PARAM_CHECK_ERROR; in HasImagesCallback() 782 return NWebError::PARAM_CHECK_ERROR; in HasImagesPromise()
|
/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
D | napi_web_cookie_manager.cpp | 116 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetCookie() 122 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetCookie() 151 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSetCookie() 158 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSetCookie() 162 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSetCookie() 205 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsPutAcceptCookieEnabled() 211 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsPutAcceptCookieEnabled() 246 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsPutAcceptThirdPartyCookieEnabled() 252 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsPutAcceptThirdPartyCookieEnabled() 344 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsSaveCookieAsync() [all …]
|
/base/web/webview/interfaces/kits/napi/webfunction/ |
D | napi_webview_function.cpp | 53 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in JsOnce() 62 BusinessError::ThrowErrorByErrcode(env, PARAM_CHECK_ERROR); in JsOnce()
|
/base/web/webview/interfaces/kits/napi/webstorage/ |
D | napi_web_storage.cpp | 75 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsDeleteOrigin() 82 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsDeleteOrigin() 87 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsDeleteOrigin() 94 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsDeleteOrigin() 273 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetOrigins() 281 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetOrigins() 440 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetOriginUsageOrQuota() 446 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetOriginUsageOrQuota() 452 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetOriginUsageOrQuota() 459 NWebError::BusinessError::ThrowErrorByErrcode(env, NWebError::PARAM_CHECK_ERROR); in JsGetOriginUsageOrQuota() [all …]
|
/base/web/webview/interfaces/kits/napi/common/ |
D | web_errors.h | 28 constexpr ErrCode PARAM_CHECK_ERROR = 401; variable
|
D | web_errors.cpp | 42 {PARAM_CHECK_ERROR, PARAM_CHECK_ERROR_MSG},
|