Home
last modified time | relevance | path

Searched defs:atl (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c29 Atl atl; member
67 ResultCode QueryScheduleAtl(const CoAuthSchedule *coAuthSchedule, uint32_t acl, uint32_t *atl) in QueryScheduleAtl()
151 ResultCode CheckAtlByExecutorAndCred(int32_t userId, uint32_t authType, uint32_t atl) in CheckAtlByExecutorAndCred()
H A Dcontext_manager.c623 uint32_t atl = ATL0; in CheckAndSetContextAtl() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dauth_level_test.cpp80 uint32_t atl = 0; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h27 uint32_t atl = 0; member
43 uint32_t atl = 0; member
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauth_widget_helper_test.cpp100 AuthTrustLevel atl = ATL3; variable
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h45 std::optional<AuthTrustLevel> atl; member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp95 AuthTrustLevel atl = static_cast<AuthTrustLevel>(parcel.ReadUint32()); in FillSet() local
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp138 …const std::vector<AuthType> &authTypeList, const AuthTrustLevel &atl, std::vector<AuthType> &valid… in CheckValidSolution()
H A Dcontext_callback_impl.cpp166 void ContextCallbackImpl::SetTraceAuthTrustLevel(AuthTrustLevel atl) in SetTraceAuthTrustLevel()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp120 auto atl = static_cast<AuthTrustLevel>(parcel.ReadUint32()); in FuzzClientGetAvailableStatus() local
176 auto atl = static_cast<AuthTrustLevel>(parcel.ReadUint32()); in FuzzClientBeginAuthentication002() local
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp245 AuthTrustLevel atl = ATL2; in FuzzCheckValidSolution() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp270 AuthType authType, AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) in BeginNorthAuthentication()