Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/common/inc/
Dfingerprint_auth_defines.h52 TRUST_LEVEL_NOT_SUPPORT = 6, enumerator
/base/useriam/face_auth/common/inc/
Dface_auth_defines.h59 TRUST_LEVEL_NOT_SUPPORT = 6, enumerator
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/systemapi_wrap/useridm_test/user_iam_api_mock/
Duser_iam_define.h53 TRUST_LEVEL_NOT_SUPPORT = 6, enumerator
/base/useriam/user_auth_framework/interfaces/inner_api/
Diam_common_defines.h155 TRUST_LEVEL_NOT_SUPPORT = 6, enumerator
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
Dauth_common.h77 TRUST_LEVEL_NOT_SUPPORT = 12500006, enumerator
/base/useriam/user_auth_framework/services/ipc/src/
Duser_auth_service.cpp128 return TRUST_LEVEL_NOT_SUPPORT; in GetAvailableStatus()
150 return TRUST_LEVEL_NOT_SUPPORT; in GetAvailableStatus()
308 return ResultCode::TRUST_LEVEL_NOT_SUPPORT; in CheckAuthWidgetParam()
379 contextCallback->OnResult(TRUST_LEVEL_NOT_SUPPORT, extraInfo); in Auth()
420 contextCallback->OnResult(TRUST_LEVEL_NOT_SUPPORT, extraInfo); in AuthUser()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Dauth_instance_v9.cpp66 return UserAuthResultCode::TRUST_LEVEL_NOT_SUPPORT; in GetAvailableStatus()
140 return UserAuthResultCode::TRUST_LEVEL_NOT_SUPPORT; in Init()
Duser_auth_callback_v6.cpp43 {ResultCode::TRUST_LEVEL_NOT_SUPPORT, AuthenticationResult::NO_SUPPORT},
Duser_auth_impl.cpp272 return TRUST_LEVEL_NOT_SUPPORT; in CheckAuthTypeAndAuthTrustLevel()
Duser_auth_instance_v10.cpp154 return UserAuthResultCode::TRUST_LEVEL_NOT_SUPPORT; in InitAuthParam()
Duser_auth_napi_helper.cpp45 {UserAuthResultCode::TRUST_LEVEL_NOT_SUPPORT, "Unsupport authentication trust level."},
Duser_auth_entry.cpp664 …NAPI_CALL(env, napi_create_int32(env, ResultCode::TRUST_LEVEL_NOT_SUPPORT, &trustLevelNotSupport)); in ResultCodeConstructor()
708 static_cast<int32_t>(UserAuthResultCode::TRUST_LEVEL_NOT_SUPPORT), &trustLevelNotSupport)); in UserAuthResultCodeConstructor()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_constant.cpp174 …NAPI_CALL(env, napi_create_int32(env, ResultCode::TRUST_LEVEL_NOT_SUPPORT, &trustLevelNotSupport)); in ResultCodeConstructor()
/base/useriam/user_auth_framework/test/unittest/services/src/
Duser_auth_service_test.cpp86 …EXPECT_EQ(TRUST_LEVEL_NOT_SUPPORT, service.GetAvailableStatus(testApiVersion, testAuthType, testAu…
99 …EXPECT_EQ(TRUST_LEVEL_NOT_SUPPORT, service.GetAvailableStatus(testApiVersion, testAuthType, testAu…
141 EXPECT_EQ(ret, TRUST_LEVEL_NOT_SUPPORT);