Home
last modified time | relevance | path

Searched defs:newUser (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_layer.cpp77 std::string newUser(userName, 0, ipmiMaxUserName); in ipmiUserSetUserName() local
83 std::string newUser(userName, 0, ipmiMaxUserName); in ipmiUserSetUserName() local
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js627 updateUser: function(user, newUser, passwd, role, enabled, locked) { argument
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp274 const std::string& newUser, const std::string& username) in userErrorMessageHandler()