Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/test/
H A Dmock_user_mgr.hpp20 MOCK_METHOD1(isUserEnabled, bool(const std::string& userName));
H A Duser_mgr_test.cpp109 ON_CALL(mockManager, isUserEnabled) in createLocalUser()
114 ON_CALL(mockManager, isUserEnabled) in createLocalUser()
636 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
644 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
664 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
672 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
720 MOCK_METHOD(bool, isUserEnabled, (const std::string& userName), (override));
751 EXPECT_CALL(*this, isUserEnabled(userName)) in setUpGetUserInfo()
1835 EXPECT_CALL(*this, isUserEnabled(userName)) in TEST_F()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp292 virtual bool isUserEnabled(const std::string& userName);
H A Duser_mgr.cpp1141 bool UserMgr::isUserEnabled(const std::string& userName) in isUserEnabled() function in phosphor::user::UserMgr
1618 userPriv, isUserEnabled(user), in initUserObjects()