Home
last modified time | relevance | path

Searched refs:serviceMap (Results 1 – 19 of 19) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dplatform_config.cpp95 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 Dcable.hpp135 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 Dprocessor.hpp743 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 Dprocessor_operating_config.hpp267 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 Dled.hpp280 const auto& [ledGroupPath, serviceMap] = *subtree.begin(); in handleLedGroupSubtree()
281 const auto& [service, interfaces] = *serviceMap.begin(); in handleLedGroupSubtree()
H A Dfabric_adapters.hpp165 for (const auto& [adapterPath, serviceMap] : subtree) in getFabricAdapterHealth()
172 serviceName = serviceMap.begin()->first; in getFabricAdapterHealth()
H A Dmanagers.hpp645 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 Dnetwork_protocol.hpp381 for (const auto& [objectPath, serviceMap] : subtree) in handleNTPServersPatch()
383 for (const auto& [service, interfaces] : serviceMap) in handleNTPServersPatch()
H A Dpower_supply.hpp424 const auto& [path, serviceMap] = *subtree.begin(); in handlePowerSupplyAttributesSubTreeResponse()
425 const auto& [service, interfaces] = *serviceMap.begin(); in handlePowerSupplyAttributesSubTreeResponse()
H A Dmemory.hpp745 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 Dassociation_objects.hpp17 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 Dmanager_utils.hpp78 const dbus::utility::MapperServiceMap& serviceMap)>& callback, in afterGetValidManagerPath()
113 const dbus::utility::MapperServiceMap& serviceMap)>&& callback) in getValidManagerPath()
/openbmc/phosphor-fan-presence/
H A Djson_config.hpp95 for (auto& [path, serviceMap] : subTreeObjs) in getCompatObjPaths()
98 if (serviceMap.find(confCompatServ) != serviceMap.end()) in getCompatObjPaths()
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.cpp147 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 Dapphandler.cpp965 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 Ddcmihandler.cpp560 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 Dutils.cpp242 for (const auto& [objectPath, serviceMap] : response) in setCoreCount()
H A Dcollect_slot_vpd.cpp144 for (const auto& [objPath, serviceMap] : response) in getAdapterObjPath()
H A Doem_ibm_handler.hpp139 for (const auto& [objPath, serviceMap] : response) in Handler()