Home
last modified time | relevance | path

Searched refs:RemoteAuthContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp78 RemoteAuthContext *callback_ = nullptr;
82 RemoteAuthContext::RemoteAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, in RemoteAuthContext() function in OHOS::UserIam::UserAuth::RemoteAuthContext
97 RemoteAuthContext::~RemoteAuthContext() in ~RemoteAuthContext()
111 ContextType RemoteAuthContext::GetContextType() const in GetContextType()
116 void RemoteAuthContext::SetExecutorInfoMsg(std::vector<uint8_t> msg) in SetExecutorInfoMsg()
124 bool RemoteAuthContext::OnStart() in OnStart()
146 bool RemoteAuthContext::StartAuth() in StartAuth()
181 void RemoteAuthContext::StartAuthDelayed() in StartAuthDelayed()
197 bool RemoteAuthContext::SendQueryExecutorInfoMsg() in SendQueryExecutorInfoMsg()
256 bool RemoteAuthContext::SetupConnection() in SetupConnection()
[all …]
H A Dcontext_factory.cpp103 …return Common::MakeShared<RemoteAuthContext>(newContextId, auth, remoteAuthContextParam, callback); in CreateRemoteAuthContext()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h37 class RemoteAuthContext : public SimpleAuthContext {
39RemoteAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, RemoteAuthContextParam…
41 ~RemoteAuthContext() override;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp109 auto remoteAuthContext = MakeShared<RemoteAuthContext>( in RemoteAuthContextFuzzTest()