Searched refs:roleMapObjData (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 380 const std::vector<std::pair<std::string, LDAPRoleMapData>>& roleMapObjData, in handleRoleMapPatch() argument 393 if (index < roleMapObjData.size()) in handleRoleMapPatch() 396 [asyncResp, roleMapObjData, serverType, in handleRoleMapPatch() 408 ldapDbusService, roleMapObjData[index].first, in handleRoleMapPatch() 441 if (index < roleMapObjData.size()) in handleRoleMapPatch() 450 ldapDbusService, roleMapObjData[index].first, in handleRoleMapPatch() 470 ldapDbusService, roleMapObjData[index].first, in handleRoleMapPatch()
|