Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp39 class RemoteAuthServiceImpl : public RemoteAuthService { class
41 static RemoteAuthServiceImpl &GetInstance();
42 RemoteAuthServiceImpl() = default;
43 ~RemoteAuthServiceImpl() override = default;
88 RemoteAuthServiceImpl &RemoteAuthServiceImpl::GetInstance() in GetInstance()
90 static RemoteAuthServiceImpl remoteAuthServiceImpl; in GetInstance()
94 bool RemoteAuthServiceImpl::Start() in Start()
150 uint64_t RemoteAuthServiceImpl::StartRemoteAuthContext(Authentication::AuthenticationPara para, in StartRemoteAuthContext()
176 int32_t RemoteAuthServiceImpl::ProcStartRemoteAuthRequest(std::string connectionName, in ProcStartRemoteAuthRequest()
275 int32_t RemoteAuthServiceImpl::ProcEndExecuteRequest(const std::shared_ptr<Attributes> &request, in ProcEndExecuteRequest()
[all …]