Home
last modified time | relevance | path

Searched defs:enrolledStateHal (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp94 EnrolledStateHal enrolledStateHal = {}; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c308 …ultCode GetEnrolledStateFunc(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateHal) in GetEnrolledStateFunc()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c1179 ResultCode GetEnrolledState(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateHal) in GetEnrolledState()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1342 EnrolledStateHal *enrolledStateHal = (EnrolledStateHal *) Malloc(sizeof(EnrolledStateHal)); in GetEnrolledState() local