Lines Matching refs:roleId

1098     const std::optional<std::string>& roleId, const std::optional<bool>& locked,  in updateUserProperties()  argument
1108 [dbusObjectPath, username, password, roleId, enabled, locked, in updateUserProperties()
1158 if (roleId) in updateUserProperties()
1160 std::string priv = getPrivilegeFromRoleId(*roleId); in updateUserProperties()
1814 const std::string& roleId, bool enabled, in processAfterGetAllGroups() argument
1857 if ((grp == "hostconsole") && (roleId != "priv-admin")) in processAfterGetAllGroups()
1886 roleId, enabled); in processAfterGetAllGroups()
1914 std::string roleId = roleIdJson.value_or("User"); in handleAccountCollectionPost() local
1915 std::string priv = getPrivilegeFromRoleId(roleId); in handleAccountCollectionPost()
1918 messages::propertyValueNotInList(asyncResp->res, roleId, "RoleId"); in handleAccountCollectionPost()
1921 roleId = priv; in handleAccountCollectionPost()
1930 [asyncResp, username, password{std::move(password)}, roleId, enabled, in handleAccountCollectionPost()
1946 processAfterGetAllGroups(asyncResp, username, password, roleId, in handleAccountCollectionPost()
2205 std::optional<std::string> roleId; in handleAccountPatch() local
2231 "RoleId", roleId, // in handleAccountPatch()
2262 updateUserProperties(asyncResp, username, password, enabled, roleId, in handleAccountPatch()
2268 roleId(std::move(roleId)), enabled, newUser{std::string(*newUserName)}, in handleAccountPatch()
2278 updateUserProperties(asyncResp, newUser, password, enabled, roleId, in handleAccountPatch()