Home
last modified time | relevance | path

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

12

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
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()
Dauth_instance_v9.cpp70 AuthTrustLevel authTrustLevel = AuthTrustLevel(level); in GetAvailableStatus() local
136 uint32_t authTrustLevel; in Init() local
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_user_auth_service.h32 int32_t GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLevel) in GetAvailableStatus()
/base/account/os_account/test/fuzztest/iamaccount/getavailablestatus_fuzzer/
Dgetavailablestatus_fuzzer.cpp32 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(UserIam::UserAuth::ATL4); in GetAvailableStatusFuzzTest() local
/base/account/os_account/test/fuzztest/iamaccount_stub/getavailablestatusstub_fuzzer/
Dgetavailablestatusstub_fuzzer.cpp65 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(AuthTrustLevel::ATL4); in GetAvailableStatusStubFuzzTest() local
/base/useriam/user_auth_framework/interfaces/inner_api/
Duser_auth_client_defines.h60 AuthTrustLevel authTrustLevel; member
132 AuthTrustLevel authTrustLevel; member
/base/account/os_account/test/fuzztest/iamaccount/auth_fuzzer/
Dauth_fuzzer.cpp45 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(UserIam::UserAuth::ATL4); in AuthFuzzTest() local
/base/useriam/user_auth_framework/services/ipc/src/
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()
/base/account/os_account/test/fuzztest/iamaccount/authuser_fuzzer/
Dauthuser_fuzzer.cpp47 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(UserIam::UserAuth::ATL4); in AuthUserFuzzTest() local
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
Duser_auth_common_defines.h69 AuthTrustLevel authTrustLevel; member
/base/account/os_account/test/fuzztest/iamaccount_stub/authuserstub_fuzzer/
Dauthuserstub_fuzzer.cpp56 AuthTrustLevel authTrustLevel = fuzzData.GenerateRandomEnmu(AuthTrustLevel::ATL4); in AuthUserStubFuzzTest() local
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
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()
Duser_auth_stub.cpp105 uint32_t authTrustLevel; in GetAvailableStatusStub() local
381 uint32_t authTrustLevel; in ReadWidgetAuthParam() local
/base/account/os_account/frameworks/account_iam/src/
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()
/base/useriam/user_auth_framework/frameworks/native/client/src/
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()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
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()
/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
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
/base/useriam/user_auth_framework/services/context/src/
Dwidget_context.cpp152 AuthTrustLevel authTrustLevel, sptr<IamCallbackInterface> &iamCallback) in GetAuthContextCallback()
170 AuthType authType, AuthTrustLevel authTrustLevel, bool endAfterFirstFail, AuthIntent authIntent) in BuildTask()
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_mgr_stub.cpp445 uint32_t authTrustLevel; in ReadAuthParam() local
571 uint32_t authTrustLevel; in ProcGetAvailableStatus() local
Daccount_iam_service.cpp196 int32_t AccountIAMService::GetAvailableStatus(AuthType authType, AuthTrustLevel authTrustLevel, int… in GetAvailableStatus()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/
Duser_auth_icon.js38 authTrustLevel: userAuth.AuthTrustLevel.ATL1 property
/base/useriam/user_auth_framework/services/core/src/
Dremote_msg_util.cpp250 int32_t authTrustLevel; in DecodeAuthParam() local
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
Daccount_iam_info.h103 AuthTrustLevel authTrustLevel; member
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_auth_proxy_test.cpp99 …WillOnce([](int32_t apiVersion, int32_t userId, AuthType authType, AuthTrustLevel authTrustLevel) { in __anonc632c7bf0302()
205 … AuthType authType, AuthTrustLevel authTrustLevel, sptr<UserAuthCallbackInterface> &callback) { in __anonc632c7bf0902()
Duser_auth_client_test.cpp114 AuthTrustLevel authTrustLevel) { in __anon1078eefc0202()
268 sptr<UserAuthCallbackInterface> &callback) { in __anon1078eefc0502()

12