Searched refs:CreateUser (Results 1 – 2 of 2) sorted by relevance
30 extern UserInfo *CreateUser(int32_t userId, int32_t userType);224 EXPECT_EQ(CreateUser(userId, 0), nullptr);336 user = CreateUser(userId, userType);
304 IAM_STATIC UserInfo *CreateUser(int32_t userId, int32_t userType) in CreateUser() function498 user = CreateUser(userId, userType); in AddUser()