Lines Matching refs:accountTypes

129     std::vector<std::string> accountTypes;  in translateUserGroup()  local
134 accountTypes.emplace_back("Redfish"); in translateUserGroup()
135 accountTypes.emplace_back("WebUI"); in translateUserGroup()
139 accountTypes.emplace_back("IPMI"); in translateUserGroup()
143 accountTypes.emplace_back("ManagerConsole"); in translateUserGroup()
149 accountTypes.emplace_back("HostConsole"); in translateUserGroup()
166 res.jsonValue["AccountTypes"] = std::move(accountTypes); in translateUserGroup()
180 crow::Response& res, const std::vector<std::string>& accountTypes, in getUserGroupFromAccountType() argument
187 for (const auto& accountType : accountTypes) in getUserGroupFromAccountType()
243 patchAccountTypes(const std::vector<std::string>& accountTypes, in patchAccountTypes() argument
249 (accountTypes.cend() == in patchAccountTypes()
250 std::find(accountTypes.cbegin(), accountTypes.cend(), "Redfish"))) in patchAccountTypes()
259 if (!getUserGroupFromAccountType(asyncResp->res, accountTypes, in patchAccountTypes()
1095 std::optional<std::vector<std::string>> accountTypes, bool userSelf, in updateUserProperties() argument
1105 accountTypes(std::move(accountTypes)), userSelf, session, in updateUserProperties()
1186 if (accountTypes) in updateUserProperties()
1188 patchAccountTypes(*accountTypes, asyncResp, dbusObjectPath, in updateUserProperties()
1798 std::optional<std::vector<std::string>> accountTypes, in processAfterGetAllGroups() argument
1805 if (accountTypes) in processAfterGetAllGroups()
1807 if (!getUserGroupFromAccountType(asyncResp->res, *accountTypes, in processAfterGetAllGroups()
1884 std::optional<std::vector<std::string>> accountTypes; in handleAccountCollectionPost() local
1888 accountTypes)) in handleAccountCollectionPost()
1910 accountTypes](const boost::system::error_code& ec, in handleAccountCollectionPost()
1926 enabled, accountTypes, allGroupsList); in handleAccountCollectionPost()
2186 std::optional<std::vector<std::string>> accountTypes; in handleAccountPatch() local
2207 locked, "AccountTypes", accountTypes)) in handleAccountPatch()
2237 locked, accountTypes, userSelf, req.session); in handleAccountPatch()
2243 locked, userSelf, req, accountTypes(std::move(accountTypes))]( in handleAccountPatch()
2253 locked, accountTypes, userSelf, req.session); in handleAccountPatch()