Searched refs:newContextId (Results 1 - 2 of 2) sorted by relevance
/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() 44 return Common::MakeShared<SimpleAuthContext>(newContextId, auth, callback); in CreateSimpleAuthContext() 51 uint64_t newContextId = ContextPool::GetNewContextId(); in CreateIdentifyContext() local 52 auto identify = Common::MakeShared<IdentificationImpl>(newContextId, para.authType); in CreateIdentifyContext() 56 return Common::MakeShared<IdentifyContext>(newContextId, identify, callback); in CreateIdentifyContext() 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, par in CreateWidgetContext() 91 uint64_t newContextId = ContextPool::GetNewContextId(); CreateRemoteAuthContext() local 111 uint64_t newContextId = ContextPool::GetNewContextId(); CreateRemoteAuthInvokerContext() local 120 uint64_t newContextId = ContextPool::GetNewContextId(); CreateScheduleHolderContext() local [all...] |
/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()
|
Completed in 7 milliseconds