Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/test/unittest/services/src/
Dauth_widget_helper_test.cpp82 AuthTrustLevel atl = ATL3; variable
Dauthentication_impl_test.cpp178 AuthTrustLevel atl = ATL3; variable
/base/useriam/user_auth_framework/services/context/inc/
Dcontext_callback.h45 std::optional<AuthTrustLevel> atl; member
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
Dhisysevent_adapter.h27 uint32_t atl = 0; member
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
Duser_auth_client_fuzzer.cpp101 auto atl = static_cast<AuthTrustLevel>(parcel.ReadUint32()); in FuzzClientGetAvailableStatus() local
137 auto atl = static_cast<AuthTrustLevel>(parcel.ReadUint32()); in FuzzClientBeginAuthentication001() local
150 auto atl = static_cast<AuthTrustLevel>(parcel.ReadUint32()); in FuzzClientBeginAuthentication002() local
/base/useriam/user_auth_framework/services/core/src/
Dauth_widget_helper.cpp124 const std::vector<AuthType> &authTypeList, const AuthTrustLevel &atl) in CheckValidSolution()
Dauthentication_impl.cpp27 …Impl::AuthenticationImpl(uint64_t contextId, int32_t userId, AuthType authType, AuthTrustLevel atl) in AuthenticationImpl()
/base/useriam/user_auth_framework/services/context/src/
Dcontext_callback_impl.cpp111 void ContextCallbackImpl::SetTraceAuthTrustLevel(AuthTrustLevel atl) in SetTraceAuthTrustLevel()
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_client_impl.cpp173 AuthType authType, AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) in BeginAuthentication()
199 AuthType authType, AuthTrustLevel atl, const std::shared_ptr<AuthenticationCallback> &callback) in BeginNorthAuthentication()