Home
last modified time | relevance | path

Searched refs:ERR_JS_INVALID_PARAMETER (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_error_msg.cpp63 { DLP_SERVICE_ERROR_VALUE_INVALID, ERR_JS_INVALID_PARAMETER },
64 { DLP_PARSE_ERROR_VALUE_INVALID, ERR_JS_INVALID_PARAMETER },
65 { DLP_PARSE_ERROR_DIGEST_INVALID, ERR_JS_INVALID_PARAMETER },
66 { DLP_PARSE_ERROR_FD_ERROR, ERR_JS_INVALID_PARAMETER },
67 { DLP_PARSE_ERROR_PTR_NULL, ERR_JS_INVALID_PARAMETER },
68 { DLP_PARSE_ERROR_CIPHER_PARAMS_INVALID, ERR_JS_INVALID_PARAMETER },
69 { DLP_PARSE_ERROR_ACCOUNT_INVALID, ERR_JS_INVALID_PARAMETER },
70 { DLP_FUSE_ERROR_VALUE_INVALID, ERR_JS_INVALID_PARAMETER },
71 { DLP_FUSE_ERROR_DLP_FILE_NULL, ERR_JS_INVALID_PARAMETER },
72 { DLP_KV_DATE_INFO_EMPTY_ERROR, ERR_JS_INVALID_PARAMETER },
[all …]
H A Dnapi_common.cpp708 DlpNapiThrow(env, ERR_JS_INVALID_PARAMETER, GetJsErrMsg(ERR_JS_INVALID_PARAMETER)); in GetIsDlpFileParams()
1126 DlpNapiThrow(env, ERR_JS_INVALID_PARAMETER, GetJsErrMsg(ERR_JS_INVALID_PARAMETER)); in GetOriginalFilenameParams()
1131 DlpNapiThrow(env, ERR_JS_INVALID_PARAMETER, GetJsErrMsg(ERR_JS_INVALID_PARAMETER)); in GetOriginalFilenameParams()
1151 DlpNapiThrow(env, ERR_JS_INVALID_PARAMETER, GetJsErrMsg(ERR_JS_INVALID_PARAMETER)); in GetSandboxAppConfigParams()
1776 DlpNapiThrow(asyncContext->env, ERR_JS_INVALID_PARAMETER, "abilityContext is null"); in StartUIExtensionAbility()
1782 DlpNapiThrow(asyncContext->env, ERR_JS_INVALID_PARAMETER, "uiContent is null"); in StartUIExtensionAbility()
/ohos5.0/base/account/os_account/frameworks/common/account_error/src/
H A Daccount_error_no.cpp23 { ERR_ACCOUNT_COMMON_INVALID_PARAMETER, ERR_JS_INVALID_PARAMETER },
85 return ERR_JS_INVALID_PARAMETER; in OsAccountConvertToJSErrCode()
/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_error_common_test.cpp87 EXPECT_EQ(ConvertToJSErrCode(ERR_ACCOUNT_COMMON_INVALID_PARAMETER), ERR_JS_INVALID_PARAMETER);
107 EXPECT_EQ(ConvertToJSErrCode(ERR_ACCOUNT_COMMON_INVALID_PARAMETER), ERR_JS_INVALID_PARAMETER);
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_error_msg.h30 ERR_JS_INVALID_PARAMETER = 19100001, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_error.cpp41 {ERR_JS_INVALID_PARAMETER, "Parameter invalid, please input the correct parameter"},
/ohos5.0/base/account/os_account/interfaces/innerkits/common/include/
H A Daccount_error_no.h310 ERR_JS_INVALID_PARAMETER = 12300002, enumerator
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp298 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, true); in GetDomainAccountInfoCallback()
304 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, true); in GetDomainAccountInfoCallback()
368 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, true); in OnAccountBoundCallback()
436 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, true); in GetAuthStatusInfoCallback()
442 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, true); in GetAuthStatusInfoCallback()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp811 context->errCode = ERR_JS_INVALID_PARAMETER; in GetArrayProperty()
844 context->errCode = ERR_JS_INVALID_PARAMETER; in ParseParametersBySubscribe()
901 context->errCode = ERR_JS_INVALID_PARAMETER; in ParseParametersByUnsubscribe()
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp1807 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, errMsg, asyncContext->throwErr); in ParseParamForActiveSubscriber()
1868 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, errMsg, asyncContext->throwErr); in ParseParaToSubscriber()
1908 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, errMsg, asyncContext->throwErr); in ParseParamForActiveUnsubscriber()
1969 AccountNapiThrow(env, ERR_JS_INVALID_PARAMETER, errMsg, asyncContext->throwErr); in ParseParaToUnsubscriber()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp64 return ERR_JS_INVALID_PARAMETER; in AccountIAMConvertOtherToJSErrCode()
91 return ERR_JS_INVALID_PARAMETER; in AccountIAMConvertToJSErrCode()
H A Dnapi_account_iam_user_auth.cpp226 context.errCode = ERR_JS_INVALID_PARAMETER; in ParseContextForGetPropertyById()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp545 if (errCode == ERR_JS_INVALID_PARAMETER) { in RemoveServerConfig()
576 if (errCode == ERR_JS_INVALID_PARAMETER) { in GetAccountServerConfig()
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp1872 DlpNapiThrow(env, ERR_JS_INVALID_PARAMETER, "get context failed"); in StartDLPManagerForResult()