Searched refs:matcher (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | pool_test.cpp | 169 constexpr uint64_t matcher = 245485; in HWTEST_F() local 173 SetExecutorConditionExecutorMatcher(&condition, matcher); in HWTEST_F() 175 executorInfo.executorMatcher = matcher; in HWTEST_F() 194 uint32_t matcher = 1245; in HWTEST_F() local 195 EXPECT_EQ(QueryCollecterMatcher(authType1, executorSensorHint, &matcher), RESULT_NOT_FOUND); in HWTEST_F() 213 EXPECT_EQ(QueryCollecterMatcher(1, 20, &matcher), RESULT_SUCCESS); in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | pool.c | 298 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher) in QueryCollecterMatcher() argument 304 if (matcher == NULL) { in QueryCollecterMatcher() 305 LOG_ERROR("matcher is null"); in QueryCollecterMatcher() 322 *matcher = executorInfo->executorMatcher; in QueryCollecterMatcher()
|
/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | pool.h | 74 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher);
|
/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | context_manager_test.cpp | 36 uint32_t *sensorHint, uint32_t *matcher, uint32_t *acl); 157 uint32_t matcher = 0; in HWTEST_F() local 159 EXPECT_EQ(QueryAuthTempletaInfo(&context, &array, &hint, &matcher, &acl), RESULT_UNKNOWN); in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | context_manager.c | 326 LOG_ERROR("query collect matcher failed"); in GetAuthCredentialList() 349 uint32_t *sensorHint, uint32_t *matcher, uint32_t *acl) in QueryAuthTempletaInfo() 376 *matcher = credentialHal->executorMatcher; in QueryAuthTempletaInfo() 348 QueryAuthTempletaInfo(UserAuthContext *context, Uint64Array *templateIds, uint32_t *sensorHint, uint32_t *matcher, uint32_t *acl) QueryAuthTempletaInfo() argument
|
Completed in 4 milliseconds