Searched refs:roleMapObjData (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 369 const std::vector<std::pair<std::string, LDAPRoleMapData>>& roleMapObjData, in handleRoleMapPatch() argument 382 if (index < roleMapObjData.size()) in handleRoleMapPatch() 385 [asyncResp, roleMapObjData, serverType, in handleRoleMapPatch() 397 ldapDbusService, roleMapObjData[index].first, in handleRoleMapPatch() 430 if (index < roleMapObjData.size()) in handleRoleMapPatch() 439 ldapDbusService, roleMapObjData[index].first, in handleRoleMapPatch() 459 ldapDbusService, roleMapObjData[index].first, in handleRoleMapPatch()
|