Searched refs:isUserExistSystem (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-user-manager/test/ |
| H A D | mock_user_mgr.hpp | 21 MOCK_METHOD1(isUserExistSystem, bool(const std::string& userName));
|
| H A D | user_mgr_test.cpp | 729 MOCK_METHOD(bool, isUserExistSystem, (const std::string& userName), 1020 EXPECT_CALL(*this, isUserExistSystem(testing::StrEq(username))) in TEST_F() 1035 EXPECT_CALL(*this, isUserExistSystem(testing::StrEq(username))) in TEST_F() 1054 EXPECT_CALL(*this, isUserExistSystem(testing::StrEq(username))) in TEST_F() 1072 EXPECT_CALL(*this, isUserExistSystem(testing::StrEq(username))) in TEST_F() 1089 EXPECT_CALL(*this, isUserExistSystem(testing::StrEq(username))) in TEST_F() 1165 EXPECT_CALL(*this, isUserExistSystem(testing::StrEq(newUsername))) in TEST_F() 1193 EXPECT_CALL(*this, isUserExistSystem(testing::StrEq(newUsername))) in TEST_F()
|
| /openbmc/phosphor-user-manager/ |
| H A D | user_mgr.cpp | 271 bool UserMgr::isUserExistSystem(const std::string& userName) in isUserExistSystem() function in phosphor::user::UserMgr 466 if (isUserExistSystem(userName)) in createUserImpl() 521 if (!isUserExistSystem(userName)) in deleteUserImpl() 624 if (isUserExistSystem(newUserName)) in renameUser()
|
| H A D | user_mgr.hpp | 480 virtual bool isUserExistSystem(const std::string& userName);
|