Searched refs:QueryCollecterMatcher (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | pool_test.cpp | 191 EXPECT_EQ(QueryCollecterMatcher(authType1, executorSensorHint, nullptr), RESULT_NEED_INIT); in HWTEST_F() 193 EXPECT_EQ(QueryCollecterMatcher(authType1, executorSensorHint, nullptr), RESULT_BAD_PARAM); in HWTEST_F() 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/inc/ |
H A D | pool.h | 74 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher);
|
/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() function
|
/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | user_idm_funcs.c | 63 ResultCode ret = QueryCollecterMatcher(scheduleParam.authType, scheduleParam.collectorSensorHint, in GenerateIdmSchedule() 66 LOG_ERROR("QueryCollecterMatcher failed"); in GenerateIdmSchedule()
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | context_manager.c | 324 ResultCode ret = QueryCollecterMatcher(context->authType, context->collectorSensorHint, &executorMatcher); in GetAuthCredentialList()
|
Completed in 4 milliseconds