Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_context.h30 struct RemoteAuthContextParam { struct
39 …uthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, RemoteAuthContextParam &param, argument
H A Dremote_auth_service.h52 RemoteAuthContextParam remoteAuthContextParam,
H A Dcontext_factory.h64RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback);
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp59 RemoteAuthContextParam remoteAuthContextParam,
151RemoteAuthContextParam remoteAuthContextParam, const std::shared_ptr<ContextCallback> &contextCall… in StartRemoteAuthContext()
206 RemoteAuthContextParam remoteAuthContextParam; in ProcStartRemoteAuthRequest()
H A Dcontext_factory.cpp87RemoteAuthContextParam &remoteAuthContextParam, const std::shared_ptr<ContextCallback> &callback) in CreateRemoteAuthContext()
H A Dremote_auth_context.cpp83 RemoteAuthContextParam &param, std::shared_ptr<ContextCallback> callback) in RemoteAuthContext()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp104 RemoteAuthContextParam param; in RemoteAuthContextFuzzTest()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp728 RemoteAuthContextParam remoteAuthContextParam; in AuthRemoteUser()