Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp35 extern ResultCode QueryAuthTempletaInfo(UserAuthContext *context, Uint64Array *templateIds,
159 EXPECT_EQ(QueryAuthTempletaInfo(&context, &array, &hint, &matcher, &acl), RESULT_UNKNOWN);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c348 IAM_STATIC ResultCode QueryAuthTempletaInfo(UserAuthContext *context, Uint64Array *templateIds, in QueryAuthTempletaInfo() function
406 …ResultCode ret = QueryAuthTempletaInfo(context, &templateIds, &verifierSensorHint, &executorMatche… in CreateAuthSchedule()