Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp59 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 Dcontext_factory.cpp87 … 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 Dremote_auth_service.h52 RemoteAuthContextParam remoteAuthContextParam,
H A Dcontext_factory.h64 … RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback);
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp728 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()