/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | attribute.c | 31 #define INVALID_PARAMETERS RESULT_BAD_PARAM macro 296 IF_TRUE_LOGE_AND_RETURN_VAL(retMsg == NULL, INVALID_PARAMETERS); in GetAttributeSerializedMsg() 339 IF_TRUE_LOGE_AND_RETURN_VAL(attribute == NULL, INVALID_PARAMETERS); in GetAttributeUint32() 340 IF_TRUE_LOGE_AND_RETURN_VAL(value == NULL, INVALID_PARAMETERS); in GetAttributeUint32() 354 IF_TRUE_LOGE_AND_RETURN_VAL(attribute == NULL, INVALID_PARAMETERS); in SetAttributeUint32() 366 IF_TRUE_LOGE_AND_RETURN_VAL(attribute == NULL, INVALID_PARAMETERS); in GetAttributeInt32() 367 IF_TRUE_LOGE_AND_RETURN_VAL(retValue == NULL, INVALID_PARAMETERS); in GetAttributeInt32() 382 IF_TRUE_LOGE_AND_RETURN_VAL(retValue == NULL, INVALID_PARAMETERS); in GetAttributeUint64() 409 IF_TRUE_LOGE_AND_RETURN_VAL(retData == NULL, INVALID_PARAMETERS); in GetAttributeUint8Array() 459 IF_TRUE_LOGE_AND_RETURN_VAL(retData == NULL, INVALID_PARAMETERS); in GetAttributeUint64Array() [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | pasteboard_common.cpp | 191 int32_t errCode = static_cast<int32_t>(JSErrorCode::INVALID_PARAMETERS); in CheckArgsType() 213 if (!CheckExpression(env, argc >= ARGC_TYPE_SET2, JSErrorCode::INVALID_PARAMETERS, in CheckArgs() 229 … JSErrorCode::INVALID_PARAMETERS, "Parameter error. Actual mimeType is not mimetype_pixelmap.")) { in CheckArgs() 235 if (!CheckExpression(env, ret, JSErrorCode::INVALID_PARAMETERS, in CheckArgs() 242 if (!CheckExpression(env, isArrayBuffer, JSErrorCode::INVALID_PARAMETERS, in CheckArgs() 264 !CheckExpression(env, mimeType.size() <= MIMETYPE_MAX_SIZE, JSErrorCode::INVALID_PARAMETERS, in CheckArgsMimeType() 275 int32_t errCode = static_cast<int32_t>(JSErrorCode::INVALID_PARAMETERS); in CheckArgsArray() 306 int32_t errCode = static_cast<int32_t>(JSErrorCode::INVALID_PARAMETERS); in CheckArgsFunc() 322 if (!CheckExpression(env, valueType == napi_object, JSErrorCode::INVALID_PARAMETERS, in CheckArgsVector() 382 JSErrorCode::INVALID_PARAMETERS, "Parameter error. pixelMap get failed")) { in ConvertEntryValue() [all …]
|
H A D | napi_systempasteboard.cpp | 259 if (!CheckExpression(env, mimeType == STRING_UPDATE, JSErrorCode::INVALID_PARAMETERS, in CheckAgrsOfOnAndOff() 464 env, argc > 0, JSErrorCode::INVALID_PARAMETERS, in SetDataCommon() 631 … JSErrorCode::INVALID_PARAMETERS, "Parameter error. The Type of data must be unifiedData.")) { in SetUnifiedDataSync() 675 if (!CheckExpression(env, argc > 0, JSErrorCode::INVALID_PARAMETERS, in SetAppShareOptions() 681 if (!CheckExpression(env, status == napi_ok, JSErrorCode::INVALID_PARAMETERS, in SetAppShareOptions() 687 JSErrorCode::INVALID_PARAMETERS, "Parameter error. Parameter verification failed.")) { in SetAppShareOptions() 854 if ((!CheckExpression(env, argc >= ARGC_TYPE_SET1, JSErrorCode::INVALID_PARAMETERS, in HasDataType() 888 if (!CheckExpression(env, argc == ARGC_TYPE_SET1, JSErrorCode::INVALID_PARAMETERS, in DetectPatterns() 893 if (!CheckExpression(env, getValueRes, JSErrorCode::INVALID_PARAMETERS, in DetectPatterns() 962 if (!CheckExpression(env, argc > 0, JSErrorCode::INVALID_PARAMETERS, in SetDataSync() [all …]
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_client.cpp | 59 return ResultCode::INVALID_PARAMETERS; in OnNotice() 63 return ResultCode::INVALID_PARAMETERS; in OnNotice() 69 return ResultCode::INVALID_PARAMETERS; in OnNotice() 74 return ResultCode::INVALID_PARAMETERS; in OnNotice() 78 return ResultCode::INVALID_PARAMETERS; in OnNotice() 87 return ResultCode::INVALID_PARAMETERS; in OnNotice()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_client_test.cpp | 124 …CT_EQ(WidgetClient::Instance().OnNotice((NoticeType)0, eventData), ResultCode::INVALID_PARAMETERS); 131 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 138 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 147 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 158 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 183 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 198 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 214 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 230 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS); 347 …Client::Instance().OnNotice(NoticeType::WIDGET_NOTICE, eventData), ResultCode::INVALID_PARAMETERS);
|
H A D | auth_widget_helper_test.cpp | 112 …XPECT_EQ(AuthWidgetHelper::CheckReuseUnlockResult(para, authParam, extraInfo), INVALID_PARAMETERS); 116 …XPECT_EQ(AuthWidgetHelper::CheckReuseUnlockResult(para, authParam, extraInfo), INVALID_PARAMETERS); 119 …XPECT_EQ(AuthWidgetHelper::CheckReuseUnlockResult(para, authParam, extraInfo), INVALID_PARAMETERS);
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_base_socket.cpp | 184 IF_FALSE_LOGE_AND_RETURN_VAL(attributes != nullptr, INVALID_PARAMETERS); in SetDeviceNetworkId() 200 IF_FALSE_LOGE_AND_RETURN_VAL(attributes != nullptr, INVALID_PARAMETERS); in SendRequest() 201 IF_FALSE_LOGE_AND_RETURN_VAL(socketId != INVALID_SOCKET_ID, INVALID_PARAMETERS); in SendRequest() 240 IF_FALSE_LOGE_AND_RETURN_VAL(attributes != nullptr, INVALID_PARAMETERS); in SendResponse() 241 IF_FALSE_LOGE_AND_RETURN_VAL(socketId != INVALID_SOCKET_ID, INVALID_PARAMETERS); in SendResponse() 336 IF_FALSE_LOGE_AND_RETURN_VAL(softBusMessage != nullptr, INVALID_PARAMETERS); in ProcDataReceive() 337 IF_FALSE_LOGE_AND_RETURN_VAL(socketId != INVALID_SOCKET_ID, INVALID_PARAMETERS); in ProcDataReceive()
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 642 return INVALID_PARAMETERS; in PrepareRemoteAuthInner() 665 return INVALID_PARAMETERS; in PrepareRemoteAuth() 835 return INVALID_PARAMETERS; in CheckAuthWidgetType() 847 return INVALID_PARAMETERS; in CheckAuthWidgetType() 860 return INVALID_PARAMETERS; in CheckAuthWidgetType() 940 return INVALID_PARAMETERS; in CheckAuthPermissionAndParam() 972 return INVALID_PARAMETERS; in CheckAuthPermissionAndParam() 976 return INVALID_PARAMETERS; in CheckAuthPermissionAndParam() 1020 return INVALID_PARAMETERS; in CheckValidSolution() 1024 return INVALID_PARAMETERS; in CheckValidSolution() [all …]
|
H A D | user_idm_service.cpp | 149 return INVALID_PARAMETERS; in GetCredentialInfo() 178 return INVALID_PARAMETERS; in GetSecInfoInner() 198 return INVALID_PARAMETERS; in GetSecInfo() 368 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, INVALID_PARAMETERS); in EnforceDelUser() 401 contextCallback->OnResult(INVALID_PARAMETERS, extraInfo); in EnforceDelUser() 402 return INVALID_PARAMETERS; in EnforceDelUser() 530 return INVALID_PARAMETERS; in Dump()
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
H A D | pin_auth_test.cpp | 72 EXPECT_EQ(result, INVALID_PARAMETERS); 76 EXPECT_EQ(result, INVALID_PARAMETERS); 94 EXPECT_EQ(result, INVALID_PARAMETERS); 117 EXPECT_EQ(result, INVALID_PARAMETERS); 120 EXPECT_EQ(result, INVALID_PARAMETERS); 139 EXPECT_EQ(result, INVALID_PARAMETERS); 193 EXPECT_EQ(result, INVALID_PARAMETERS);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-user-iam.md | 5 |删除|模块名: ohos.userIAM.userAuth<br>类名: ResultCodeV9<br>方法名 or 属性名:INVALID_PARAMETERS|NA|@ohos.userIA… 18 |废弃版本有变化|方法名 or 属性名:INVALID_PARAMETERS<br>废弃版本:N/A|方法名 or 属性名:INVALID_PARAMETERS<br>废弃版本:9<br>代替接口:…
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/ |
H A D | user_auth_icon.js | 26 const INVALID_PARAMETERS = 401; constant 116 this.onAuthResult({ result: INVALID_PARAMETERS }); 170 this.onAuthResult({ result: INVALID_PARAMETERS });
|
/ohos5.0/base/useriam/face_auth/services/src/ |
H A D | face_auth_executor_callback_hdi.cpp | 117 { ResultCode::INVALID_PARAMETERS, UserAuth::ResultCode::INVALID_PARAMETERS }, in ConvertResultCode()
|
/ohos5.0/base/useriam/face_auth/test/unittest/ |
H A D | face_auth_executor_callback_hdi_unit_test.cpp | 82 { ResultCode::INVALID_PARAMETERS, IamResultCode::INVALID_PARAMETERS },
|
/ohos5.0/base/useriam/fingerprint_auth/services/src/ |
H A D | fingerprint_auth_executor_callback_hdi.cpp | 121 { ResultCode::INVALID_PARAMETERS, UserAuth::ResultCode::INVALID_PARAMETERS }, in ConvertResultCode()
|
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/ |
H A D | fingerprint_auth_executor_callback_hdi_unit_test.cpp | 82 { ResultCode::INVALID_PARAMETERS, IamResultCode::INVALID_PARAMETERS },
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/ |
H A D | js-apidiff-user-iam.md | 5 ….userAuth<br>Class name: ResultCodeV9<br>Method or attribute name: INVALID_PARAMETERS|NA|@ohos.use… 18 …nged|Method or attribute name: INVALID_PARAMETERS<br>Deprecated version: N/A|Method or attribute n…
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | pasteboard_js_err.h | 24 INVALID_PARAMETERS = 401, enumerator
|
/ohos5.0/base/useriam/fingerprint_auth/common/inc/ |
H A D | fingerprint_auth_defines.h | 60 INVALID_PARAMETERS = 8, enumerator
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | face_auth_defines.h | 31 INVALID_PARAMETERS = 8, enumerator
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | fingerprint_auth_defines.h | 31 INVALID_PARAMETERS = 8, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-user-authentication.md | 34 | ohos.userIAM.userAuth | ResultCode | INVALID_PARAMETERS = 8 | 新增 | 58 | ohos.userIAM.userAuth | AuthenticationResult | INVALID_PARAMETERS = 6 | 新增 |
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_impl.cpp | 58 NAPI_CALL(env, napi_create_int32(env, INVALID_PARAMETERS, &result)); in GetAvailableStatus() 152 resultCode = ResultCode::INVALID_PARAMETERS; in ParseExecuteAuthType() 179 resultCode = ResultCode::INVALID_PARAMETERS; in ParseExecuteSecureLevel()
|
H A D | user_auth_callback_v6.cpp | 45 {ResultCode::INVALID_PARAMETERS, AuthenticationResult::INVALID_PARAMETERS},
|
/ohos5.0/base/useriam/face_auth/common/inc/ |
H A D | face_auth_defines.h | 67 INVALID_PARAMETERS = 8, enumerator
|