Home
last modified time | relevance | path

Searched refs:AuthenticationImpl (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dauthentication_impl.cpp26 AuthenticationImpl::AuthenticationImpl(uint64_t contextId, const AuthenticationPara &authPara) in AuthenticationImpl() function in OHOS::UserIam::UserAuth::AuthenticationImpl
31 AuthenticationImpl::~AuthenticationImpl() in ~AuthenticationImpl()
36 void AuthenticationImpl::SetLatestError(int32_t error) in SetLatestError()
43 int32_t AuthenticationImpl::GetLatestError() const in GetLatestError()
48 void AuthenticationImpl::SetExecutor(uint32_t executorIndex) in SetExecutor()
58 void AuthenticationImpl::SetAccessTokenId(uint32_t tokenId) in SetAccessTokenId()
63 void AuthenticationImpl::SetEndAfterFirstFail(bool endAfterFirstFail) in SetEndAfterFirstFail()
73 uint32_t AuthenticationImpl::GetAccessTokenId() const in GetAccessTokenId()
78 int32_t AuthenticationImpl::GetUserId() const in GetUserId()
83 int32_t AuthenticationImpl::GetAuthType() const in GetAuthType()
[all …]
H A Dauthentication_impl.h28 class AuthenticationImpl final : public Authentication, public NoCopyable {
30 AuthenticationImpl(uint64_t contextId, const AuthenticationPara &authPara);
31 ~AuthenticationImpl() override;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauthentication_impl_test.cpp76 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
94 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
132 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
161 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
196 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
213 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
229 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
245 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
283 auto authentication = std::make_shared<AuthenticationImpl>(contextId, para);
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_factory.cpp39 auto auth = Common::MakeShared<AuthenticationImpl>(newContextId, para); in CreateSimpleAuthContext()
92 auto auth = Common::MakeShared<AuthenticationImpl>(newContextId, para); in CreateRemoteAuthContext()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp101 auto auth = MakeShared<AuthenticationImpl>(newContextId, para); in RemoteAuthContextFuzzTest()