Home
last modified time | relevance | path

Searched refs:CreateUser (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp30 extern UserInfo *CreateUser(int32_t userId, int32_t userType);
224 EXPECT_EQ(CreateUser(userId, 0), nullptr);
336 user = CreateUser(userId, userType);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c304 IAM_STATIC UserInfo *CreateUser(int32_t userId, int32_t userType) in CreateUser() function
498 user = CreateUser(userId, userType); in AddUser()