Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Dmock_user_mgr.hpp21 MOCK_METHOD1(isUserExistSystem, bool(const std::string& userName));
H A Duser_mgr_test.cpp729 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 Duser_mgr.cpp271 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 Duser_mgr.hpp480 virtual bool isUserExistSystem(const std::string& userName);