Home
last modified time | relevance | path

Searched refs:QueryCollecterMatcher (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp191 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 Dpool.h74 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher);
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c298 ResultCode QueryCollecterMatcher(uint32_t authType, uint32_t executorSensorHint, uint32_t *matcher) in QueryCollecterMatcher() function
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c63 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 Dcontext_manager.c324 ResultCode ret = QueryCollecterMatcher(context->authType, context->collectorSensorHint, &executorMatcher); in GetAuthCredentialList()

Completed in 4 milliseconds