Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Dusers.cpp161 manager.userEnable(userName, value); in userEnabled()
H A Duser_mgr.hpp172 void userEnable(const std::string& userName, bool enabled);
H A Duser_mgr.cpp743 void UserMgr::userEnable(const std::string& userName, bool enabled) in userEnable() function in phosphor::user::UserMgr
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp894 EXPECT_NO_THROW(userEnable(username, false)); in TEST_F()
929 userEnable(username, false), in TEST_F()