Home
last modified time | relevance | path

Searched refs:addUserEntry (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp360 bool addUserEntry(const std::string& userName, const std::string& priv,
H A Duser_mgmt.cpp216 if (usrAccess.addUserEntry(userName, priv, enabled) == false) in userUpdateHelper()
1438 bool UserAccess::addUserEntry(const std::string& userName, in addUserEntry() function in ipmi::UserAccess
1796 if (true != addUserEntry(userName, usrPriv, usrEnabled)) in cacheUserDataFile()