Home
last modified time | relevance | path

Searched refs:GenerateAuthContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp70 EXPECT_EQ(GenerateAuthContext(param, nullptr), RESULT_BAD_PARAM);
73 EXPECT_EQ(GenerateAuthContext(param, &context), RESULT_NEED_INIT);
81 EXPECT_EQ(GenerateAuthContext(param, &context), RESULT_DUPLICATE_CHECK_FAILED);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Dcontext_manager.h72 ResultCode GenerateAuthContext(AuthParamHal params, UserAuthContext **context);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c51 ResultCode result = GenerateAuthContext(param, &authContext); in GenerateSolutionFunc()
H A Dcontext_manager.c129 ResultCode GenerateAuthContext(AuthParamHal params, UserAuthContext **context) in GenerateAuthContext() function