Home
last modified time | relevance | path

Searched defs:authTrustLevel (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_auth_service.h32 int32_t GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_impl.cpp66 AuthTrustLevel authTrustLevel = AuthTrustLevel(level); in GetAvailableStatus() local
117 AuthTrustLevel authTrustLevel; in Execute() local
160 AuthTrustLevel &authTrustLevel, ResultCode &resultCode) in ParseExecuteSecureLevel()
204 int32_t authTrustLevel; in Auth() local
264 …Code UserAuthImpl::CheckAuthTypeAndAuthTrustLevel(AuthType authType, AuthTrustLevel authTrustLevel) in CheckAuthTypeAndAuthTrustLevel()
H A Dauth_instance_v9.cpp70 AuthTrustLevel authTrustLevel = AuthTrustLevel(level); in GetAvailableStatus() local
136 uint32_t authTrustLevel; in Init() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A D_auth_solution_v10.md30 ### authTrustLevel subsection
H A D_auth_solution_v12.md34 ### authTrustLevel subsection
H A D_auth_solution_v1__2_v12.md42 ### authTrustLevel subsection
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/getavailablestatus_fuzzer/
H A Dgetavailablestatus_fuzzer.cpp32 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(UserIam::UserAuth::ATL4); in GetAvailableStatusFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/getavailablestatusstub_fuzzer/
H A Dgetavailablestatusstub_fuzzer.cpp65 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(AuthTrustLevel::ATL4); in GetAvailableStatusStubFuzzTest() local
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client_defines.h60 AuthTrustLevel authTrustLevel; member
132 AuthTrustLevel authTrustLevel; member
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/auth_fuzzer/
H A Dauth_fuzzer.cpp45 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(UserIam::UserAuth::ATL4); in AuthFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/authuser_fuzzer/
H A Dauthuser_fuzzer.cpp47 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(UserIam::UserAuth::ATL4); in AuthUserFuzzTest() local
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp183 bool UserAuthService::CheckAuthTrustLevel(AuthTrustLevel authTrustLevel) in CheckAuthTrustLevel()
194 AuthTrustLevel authTrustLevel) in GetAvailableStatus()
205 …thService::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
228 AuthTrustLevel authTrustLevel) in GetAvailableStatusInner()
425 AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in GetAuthContextCallback()
446 const std::string &callerName, AuthTrustLevel authTrustLevel) in CheckAuthPermissionAndParam()
468 AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in Auth()
559 bool UserAuthService::CheckAuthPermissionAndParam(AuthType authType, AuthTrustLevel authTrustLevel, in CheckAuthPermissionAndParam()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_auth_common_defines.h69 AuthTrustLevel authTrustLevel; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Dcontext_manager.h34 uint32_t authTrustLevel; member
49 uint32_t authTrustLevel; member
H A Duser_auth_funcs.h48 uint32_t authTrustLevel; member
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/authuserstub_fuzzer/
H A Dauthuserstub_fuzzer.cpp56 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(AuthTrustLevel::ATL4); in AuthUserStubFuzzTest() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_proxy.cpp37 AuthTrustLevel authTrustLevel) in GetAvailableStatus()
56 …AuthProxy::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
71 …roxy::GetAvailableStatusInner(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel, in GetAvailableStatusInner()
337 AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) in Auth()
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/
H A Duser_auth_icon.js38 authTrustLevel: userAuth.AuthTrustLevel.ATL1 property in UserAuthIcon.constructor.authParam
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp213 AuthType authType, AuthTrustLevel authTrustLevel, const std::shared_ptr<IDMCallback> &callback) in Auth()
220 AuthTrustLevel authTrustLevel, const std::shared_ptr<IDMCallback> &callback) in AuthUser()
276 int32_t AccountIAMClient::GetAvailableStatus(AuthType authType, AuthTrustLevel authTrustLevel, int3… in GetAvailableStatus()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp82 int32_t UserAuthClientImpl::GetAvailableStatus(AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
94 AuthTrustLevel authTrustLevel) in GetNorthAvailableStatus()
106 …uthClientImpl::GetAvailableStatus(int32_t userId, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h112 …int32_t GetAvailableStatus(int32_t userId, int32_t authType, uint32_t authTrustLevel, int32_t &che… in GetAvailableStatus()
118 uint32_t authTrustLevel, std::vector<int32_t>& validTypes) in GetValidSolution()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/common/inc/
H A Duser_sign_centre.h38 uint32_t authTrustLevel; member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp158 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(parcel.ReadInt32()); in FuzzGetAvailableStatusOtherScene() local
169 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(parcel.ReadInt32()); in FuzzGetAvailableStatus() local
221 AuthTrustLevel authTrustLevel = static_cast<AuthTrustLevel>(parcel.ReadInt32()); in FuzzAuth() local
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp152 AuthTrustLevel authTrustLevel, sptr<IamCallbackInterface> &iamCallback) in GetAuthContextCallback()
170 AuthType authType, AuthTrustLevel authTrustLevel, bool endAfterFirstFail, AuthIntent authIntent) in BuildTask()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_mgr_stub.cpp445 uint32_t authTrustLevel; in ReadAuthParam() local
571 uint32_t authTrustLevel; in ProcGetAvailableStatus() local

12