Searched refs:remoteAuthContextParam (Results 1 - 5 of 5) sorted by relevance
/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_factory.cpp | 87 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 ¶, RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback) CreateRemoteAuthContext() argument
|
H A D | remote_auth_service.cpp | 59 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 D | remote_auth_service.h | 53 RemoteAuthContextParam remoteAuthContextParam,
|
H A D | context_factory.h | 64 RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback);
|
/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 664 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