Home
last modified time | relevance | path

Searched refs:createUser2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp1697 EXPECT_NO_THROW(UserMgr::createUser2(userName, props)); in TEST_F()
1722 EXPECT_NO_THROW(UserMgr::createUser2(userName, props)); in TEST_F()
1759 EXPECT_NO_THROW(UserMgr::createUser2(userName, props)); in TEST_F()
1809 EXPECT_NO_THROW(UserMgr::createUser2(userName, props)); in TEST_F()
1850 EXPECT_NO_THROW(UserMgr::createUser2(userName, props)); in TEST_F()
1887 UserMgr::createUser2(userName, props), in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp250 void createUser2(std::string userName, UserCreateMap props) override;
H A Duser_mgr.cpp1898 void UserMgr::createUser2(std::string userName, UserCreateMap createProps) in createUser2() function in phosphor::user::UserMgr