Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Didentify_funcs.h28 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Didentify_funcs_test.cpp45 EXPECT_EQ(DoIdentify(param, nullptr), RESULT_BAD_PARAM);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Didentify_funcs.c27 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule) in DoIdentify() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp729 int32_t ret = DoIdentify(param, &scheduleGet); in BeginIdentification()