Home
last modified time | relevance | path

Searched refs:newContextId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_factory.cpp38 uint64_t newContextId = ContextPool::GetNewContextId(); in CreateSimpleAuthContext() local
39 auto auth = Common::MakeShared<AuthenticationImpl>(newContextId, para); in CreateSimpleAuthContext()
51 uint64_t newContextId = ContextPool::GetNewContextId(); in CreateIdentifyContext() local
63 uint64_t newContextId = ContextPool::GetNewContextId(); in CreateEnrollContext() local
70 return Common::MakeShared<EnrollContext>(newContextId, enroll, callback); in CreateEnrollContext()
82 uint64_t newContextId = ContextPool::GetNewContextId(); in CreateWidgetContext() local
83 return Common::MakeShared<WidgetContext>(newContextId, para, callback); in CreateWidgetContext()
91 uint64_t newContextId = ContextPool::GetNewContextId(); in CreateRemoteAuthContext() local
92 auto auth = Common::MakeShared<AuthenticationImpl>(newContextId, para); in CreateRemoteAuthContext()
111 uint64_t newContextId = ContextPool::GetNewContextId(); in CreateRemoteAuthInvokerContext() local
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp94 uint64_t newContextId = parcel.ReadUint64(); in RemoteAuthContextFuzzTest() local
101 auto auth = MakeShared<AuthenticationImpl>(newContextId, para); in RemoteAuthContextFuzzTest()
110 newContextId, auth, param, contextCallback in RemoteAuthContextFuzzTest()