| /openbmc/pldm/libpldmresponder/ |
| H A D | platform_config.cpp | 95 for (const auto& [objectPath, serviceMap] : response) in getPlatformName() 100 serviceMap.begin(), serviceMap.end(), in getPlatformName() 103 if (record != serviceMap.end()) in getPlatformName()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | cable.hpp | 135 const dbus::utility::MapperServiceMap& serviceMap) in getCableProperties() argument 139 for (const auto& [service, interfaces] : serviceMap) in getCableProperties() 175 for (const auto& [objectPath, serviceMap] : subtree) in afterHandleCableGet() 190 getCableProperties(asyncResp, objectPath, serviceMap); in afterHandleCableGet()
|
| H A D | processor.hpp | 743 const dbus::utility::MapperServiceMap& serviceMap)>& callback, in handleProcessorSubtree() 753 for (const auto& [objectPath, serviceMap] : subtree) in handleProcessorSubtree() 762 for (const auto& [serviceName, interfaceList] : serviceMap) in handleProcessorSubtree() 773 callback(objectPath, serviceMap); in handleProcessorSubtree() 796 const dbus::utility::MapperServiceMap& serviceMap)>&& in getProcessorObject() 825 const dbus::utility::MapperServiceMap& serviceMap) in getProcessorData() argument 835 for (const auto& [serviceName, interfaceList] : serviceMap) in getProcessorData() 906 const dbus::utility::MapperServiceMap& serviceMap) in patchAppliedOperatingConfig() argument 910 for (const auto& [serviceName, interfaceList] : serviceMap) in patchAppliedOperatingConfig() 1018 const dbus::utility::MapperServiceMap& serviceMap) in doPatchProcessor() argument [all …]
|
| H A D | processor_operating_config.hpp | 267 for (const auto& [objectPath, serviceMap] : subtree) in handleOperationConfigGet() 270 if (!objectPath.ends_with(expectedEnding) || serviceMap.empty()) in handleOperationConfigGet() 286 getOperatingConfigData(asyncResp, serviceMap.begin()->first, in handleOperationConfigGet()
|
| H A D | led.hpp | 280 const auto& [ledGroupPath, serviceMap] = *subtree.begin(); in handleLedGroupSubtree() 281 const auto& [service, interfaces] = *serviceMap.begin(); in handleLedGroupSubtree()
|
| H A D | fabric_adapters.hpp | 165 for (const auto& [adapterPath, serviceMap] : subtree) in getFabricAdapterHealth() 172 serviceName = serviceMap.begin()->first; in getFabricAdapterHealth()
|
| H A D | managers.hpp | 645 const dbus::utility::MapperServiceMap& serviceMap) in getManagerData() argument 653 if (managerPath.empty() || serviceMap.empty()) in getManagerData() 659 for (const auto& [connectionName, interfaces] : serviceMap) in getManagerData()
|
| H A D | network_protocol.hpp | 381 for (const auto& [objectPath, serviceMap] : subtree) in handleNTPServersPatch() 383 for (const auto& [service, interfaces] : serviceMap) in handleNTPServersPatch()
|
| H A D | power_supply.hpp | 424 const auto& [path, serviceMap] = *subtree.begin(); in handlePowerSupplyAttributesSubTreeResponse() 425 const auto& [service, interfaces] = *serviceMap.begin(); in handlePowerSupplyAttributesSubTreeResponse()
|
| H A D | memory.hpp | 745 for (const auto& [objectPath, serviceMap] : subtree) in afterGetDimmData() 755 for (const auto& [serviceName, interfaceList] : serviceMap) in afterGetDimmData()
|
| /openbmc/phosphor-objmgr/src/test/util/ |
| H A D | association_objects.hpp | 17 boost::container::flat_map<std::string, AssociationPaths> serviceMap = { in createDefaultOwnerAssociation() local 19 AssociationOwnersType ownerAssoc = {{defaultSourcePath, serviceMap}}; in createDefaultOwnerAssociation()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | manager_utils.hpp | 78 const dbus::utility::MapperServiceMap& serviceMap)>& callback, in afterGetValidManagerPath() 113 const dbus::utility::MapperServiceMap& serviceMap)>&& callback) in getValidManagerPath()
|
| /openbmc/phosphor-fan-presence/ |
| H A D | json_config.hpp | 95 for (auto& [path, serviceMap] : subTreeObjs) in getCompatObjPaths() 98 if (serviceMap.find(confCompatServ) != serviceMap.end()) in getCompatObjPaths()
|
| /openbmc/phosphor-net-ipmid/command/ |
| H A D | session_cmds.cpp | 147 auto& serviceMap = objectTreeItr.second; in closeOtherNetInstanceSession() local 149 if (serviceMap.size() != 1) in closeOtherNetInstanceSession() 154 auto itr = serviceMap.begin(); in closeOtherNetInstanceSession()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | apphandler.cpp | 965 auto& serviceMap = objectTreeItr.second; in ipmiAppCloseSession() local 972 if (serviceMap.size() != 1) in ipmiAppCloseSession() 977 auto itr = serviceMap.begin(); in ipmiAppCloseSession() 1240 auto& serviceMap = objectTreeItr.second; in ipmiAppGetSessionInfo() local 1241 auto itr = serviceMap.begin(); in ipmiAppGetSessionInfo() 1243 if (serviceMap.size() != 1) in ipmiAppGetSessionInfo() 1305 for (const auto& [objPath, serviceMap] : objectTree) in getSysFWVersion() 1307 for (const auto& [service, intfs] : serviceMap) in getSysFWVersion()
|
| H A D | dcmihandler.cpp | 560 for (const auto& [path, serviceMap] : objectTree) in getDHCPOption() 562 for (const auto& [service, object] : serviceMap) in getDHCPOption() 589 for (const auto& [path, serviceMap] : objectTree) in setDHCPOption() 591 for (const auto& [service, object] : serviceMap) in setDHCPOption()
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | utils.cpp | 242 for (const auto& [objectPath, serviceMap] : response) in setCoreCount()
|
| H A D | collect_slot_vpd.cpp | 144 for (const auto& [objPath, serviceMap] : response) in getAdapterObjPath()
|
| H A D | oem_ibm_handler.hpp | 139 for (const auto& [objPath, serviceMap] : response) in Handler()
|