Home
last modified time | relevance | path

Searched refs:updateUserEntry (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_layer.cpp43 if (passwdMgr.updateUserEntry(userName, "") != 0) in ipmiClearUserEntryPassword()
53 if (passwdMgr.updateUserEntry(userName, newUserName) != 0) in ipmiRenameUserEntryPassword()
H A Dpasswd_mgr.hpp61 int updateUserEntry(const std::string& userName,
H A Dpasswd_mgr.cpp108 int PasswdMgr::updateUserEntry(const std::string& userName, in updateUserEntry() function in ipmi::PasswdMgr