Home
last modified time | relevance | path

Searched refs:isUserEnabled (Results 1 – 5 of 5) 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.cpp49 ON_CALL(mockManager, isUserEnabled) in createLocalUser()
54 ON_CALL(mockManager, isUserEnabled) in createLocalUser()
277 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
285 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
305 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
313 ON_CALL(*this, isUserEnabled) in UserMgrInTest()
361 MOCK_METHOD(bool, isUserEnabled, (const std::string& userName), (override));
/openbmc/phosphor-user-manager/
H A Dusers.cpp143 return manager.isUserEnabled(userName); in userEnabled()
H A Duser_mgr.hpp180 virtual bool isUserEnabled(const std::string& userName);
H A Duser_mgr.cpp991 bool UserMgr::isUserEnabled(const std::string& userName) in isUserEnabled() function in phosphor::user::UserMgr
1473 userPriv, isUserEnabled(user), *this)); in initUserObjects()