Home
last modified time | relevance | path

Searched refs:remoteAuthContextParam (Results 1 - 5 of 5) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_factory.cpp87 RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback) in CreateRemoteAuthContext()
97 if (remoteAuthContextParam.connectionName == "") { in CreateRemoteAuthContext()
99 remoteAuthContextParam.connectionName); in CreateRemoteAuthContext()
103 return Common::MakeShared<RemoteAuthContext>(newContextId, auth, remoteAuthContextParam, callback); in CreateRemoteAuthContext()
86 CreateRemoteAuthContext(const Authentication::AuthenticationPara &para, RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback) CreateRemoteAuthContext() argument
H A Dremote_auth_service.cpp59 RemoteAuthContextParam remoteAuthContextParam,
153 RemoteAuthContextParam remoteAuthContextParam, const std::shared_ptr<ContextCallback> &contextCallback, in StartRemoteAuthContext()
159 std::shared_ptr<Context> context = ContextFactory::CreateRemoteAuthContext(para, remoteAuthContextParam, in StartRemoteAuthContext()
229 RemoteAuthContextParam remoteAuthContextParam; in ProcStartRemoteAuthRequest() local
230 remoteAuthContextParam.authType = authParam.authType; in ProcStartRemoteAuthRequest()
231 remoteAuthContextParam.connectionName = connectionName; in ProcStartRemoteAuthRequest()
232 remoteAuthContextParam.collectorNetworkId = collectorNetworkId; in ProcStartRemoteAuthRequest()
233 remoteAuthContextParam.executorInfoMsg = request->Serialize(); in ProcStartRemoteAuthRequest()
239 auto contextId = StartRemoteAuthContext(para, remoteAuthContextParam, contextCallback, lastError); in ProcStartRemoteAuthRequest()
152 StartRemoteAuthContext(Authentication::AuthenticationPara para, RemoteAuthContextParam remoteAuthContextParam, const std::shared_ptr<ContextCallback> &contextCallback, int &lastError) StartRemoteAuthContext() argument
/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_service.h53 RemoteAuthContextParam remoteAuthContextParam,
H A Dcontext_factory.h64 RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback);
/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp664 RemoteAuthContextParam remoteAuthContextParam; in AuthRemoteUser() local
665 remoteAuthContextParam.authType = authParam.authType; in AuthRemoteUser()
666 remoteAuthContextParam.connectionName = ""; in AuthRemoteUser()
667 remoteAuthContextParam.collectorNetworkId = remoteAuthParam.collectorNetworkId.value(); in AuthRemoteUser()
668 remoteAuthContextParam.executorInfoMsg = {}; in AuthRemoteUser()
672 para, remoteAuthContextParam, contextCallback, dummyLastError); in AuthRemoteUser()

Completed in 4 milliseconds