Searched defs:oriContext (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | identify_context_test.cpp | 66 auto oriContext = Common::MakeShared<IdentifyContext>(testContestId, identify, contextCallback); variable 91 …auto oriContext = Common::MakeShared<IdentifyContext>(testContestId, mockIdentify, contextCallback… variable 109 …auto oriContext = Common::MakeShared<IdentifyContext>(testContestId, mockIdentify, contextCallback… variable
|
H A D | enroll_context_test.cpp | 68 auto oriContext = Common::MakeShared<EnrollContext>(testContestId, enroll, contextCallback); variable 93 auto oriContext = Common::MakeShared<EnrollContext>(testContestId, mockEnroll, contextCallback); variable 111 auto oriContext = Common::MakeShared<EnrollContext>(testContestId, mockEnroll, contextCallback); variable
|
H A D | simple_auth_context_test.cpp | 70 auto oriContext = Common::MakeShared<SimpleAuthContext>(testContestId, auth, contextCallback); variable 95 … auto oriContext = Common::MakeShared<SimpleAuthContext>(testContestId, mockAuth, contextCallback); variable 113 … auto oriContext = Common::MakeShared<SimpleAuthContext>(testContestId, mockAuth, contextCallback); variable
|