Searched refs:RemoteAuthContext (Results 1 – 4 of 4) sorted by relevance
78 RemoteAuthContext *callback_ = nullptr;82 RemoteAuthContext::RemoteAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, in RemoteAuthContext() function in OHOS::UserIam::UserAuth::RemoteAuthContext97 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 …]
103 …return Common::MakeShared<RemoteAuthContext>(newContextId, auth, remoteAuthContextParam, callback); in CreateRemoteAuthContext()
37 class RemoteAuthContext : public SimpleAuthContext {39 …RemoteAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, RemoteAuthContextParam…41 ~RemoteAuthContext() override;
109 auto remoteAuthContext = MakeShared<RemoteAuthContext>( in RemoteAuthContextFuzzTest()