Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/hal_sdk/
H A Duseriam_common.cpp49 if (InitUserInfoList() != RESULT_SUCCESS) { in Init()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h30 ResultCode InitUserInfoList(void);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp68 EXPECT_EQ(InitUserInfoList(), RESULT_SUCCESS);
76 EXPECT_EQ(InitUserInfoList(), RESULT_SUCCESS);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c62 ResultCode InitUserInfoList(void) in InitUserInfoList() function