Searched refs:remoteAuthContextParam (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_auth_service.cpp | 59 RemoteAuthContextParam remoteAuthContextParam, 151 …RemoteAuthContextParam remoteAuthContextParam, const std::shared_ptr<ContextCallback> &contextCall… in StartRemoteAuthContext() argument 157 …shared_ptr<Context> context = ContextFactory::CreateRemoteAuthContext(para, remoteAuthContextParam, in StartRemoteAuthContext() 206 RemoteAuthContextParam remoteAuthContextParam; in ProcStartRemoteAuthRequest() local 207 remoteAuthContextParam.authType = authParam.authType; in ProcStartRemoteAuthRequest() 208 remoteAuthContextParam.connectionName = connectionName; in ProcStartRemoteAuthRequest() 209 remoteAuthContextParam.collectorNetworkId = collectorNetworkId; in ProcStartRemoteAuthRequest() 210 remoteAuthContextParam.executorInfoMsg = request->Serialize(); in ProcStartRemoteAuthRequest() 219 … auto contextId = StartRemoteAuthContext(para, remoteAuthContextParam, contextCallback, lastError); in ProcStartRemoteAuthRequest()
|
H A D | context_factory.cpp | 87 … RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback) in CreateRemoteAuthContext() argument 97 if (remoteAuthContextParam.connectionName == "") { in CreateRemoteAuthContext() 99 remoteAuthContextParam.connectionName); in CreateRemoteAuthContext() 103 …return Common::MakeShared<RemoteAuthContext>(newContextId, auth, remoteAuthContextParam, callback); in CreateRemoteAuthContext()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | remote_auth_service.h | 52 RemoteAuthContextParam remoteAuthContextParam,
|
H A D | context_factory.h | 64 … RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback);
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 728 RemoteAuthContextParam remoteAuthContextParam; in AuthRemoteUser() local 729 remoteAuthContextParam.authType = authParam.authType; in AuthRemoteUser() 730 remoteAuthContextParam.connectionName = ""; in AuthRemoteUser() 731 remoteAuthContextParam.collectorNetworkId = remoteAuthParam.collectorNetworkId.value(); in AuthRemoteUser() 732 remoteAuthContextParam.executorInfoMsg = {}; in AuthRemoteUser() 736 para, remoteAuthContextParam, contextCallback, dummyLastError); in AuthRemoteUser()
|