Home
last modified time | relevance | path

Searched refs:intfMap (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-snmp/
H A Dsnmp_util.cpp121 for (const auto& [_, intfMap] : objTree) in getManagers()
123 if (!intfMap.contains(clientIntf)) in getManagers()
128 auto& snmpClientProps = intfMap.at(clientIntf); in getManagers()
/openbmc/phosphor-objmgr/src/test/util/
H A Ddebug_output.hpp52 void dumpInterfaceMapType(InterfaceMapType& intfMap) in dumpInterfaceMapType() argument
56 for (const auto& i : intfMap) in dumpInterfaceMapType()
/openbmc/intel-ipmi-oem/src/
H A Dbmccontrolservices.cpp90 static inline bool getEnabledValue(const DbusInterfaceMap& intfMap) in getEnabledValue() argument
92 for (const auto& intf : intfMap) in getEnabledValue()
/openbmc/pldm/libpldmresponder/
H A Dfru.cpp28 for (const auto& intfMap : intfMaps) in getEntityByObjectPath() local
33 entity.entity_type = parser.getEntityType(intfMap.first); in getEntityByObjectPath()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp142 auto& intfMap = objIter.second; in getActiveSoftwareVersionInfo() local
143 auto& redundancyPriorityProps = intfMap.at(redundancyIntf); in getActiveSoftwareVersionInfo()
144 auto& versionProps = intfMap.at(versionIntf); in getActiveSoftwareVersionInfo()
145 auto& activationProps = intfMap.at(activationIntf); in getActiveSoftwareVersionInfo()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp522 for (auto& [intf, intfMap] : pathMap) in insertFilteredObjects()
525 for (auto& [prop, value] : intfMap) in insertFilteredObjects()