Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
Didentify_funcs.h28 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule);
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
Didentify_funcs_test.cpp45 EXPECT_EQ(DoIdentify(param, nullptr), RESULT_BAD_PARAM);
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
Didentify_funcs.c26 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule) in DoIdentify() function
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp427 int32_t ret = DoIdentify(param, &scheduleGet); in BeginIdentificationV1_1()