Searched refs:newContextId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_factory.cpp | 38 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 D | remote_auth_context_fuzzer.cpp | 94 uint64_t newContextId = parcel.ReadUint64(); in RemoteAuthContextFuzzTest() local 101 auto auth = MakeShared<AuthenticationImpl>(newContextId, para); in RemoteAuthContextFuzzTest() 110 newContextId, auth, param, contextCallback in RemoteAuthContextFuzzTest()
|