Searched refs:interfaceList (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | main.cpp | 53 const std::vector<std::string> interfaceList = { variable 67 std::copy(interfaceList.begin(), interfaceList.end(), in usage() 84 std::find(interfaceList.begin(), interfaceList.end(), interface); in checkInterface() 85 return (intf != interfaceList.end()); in checkInterface()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensordatahandler.cpp | 78 const auto& interfaceList = sensorInfo.propertyInterfaces; in mapDbusToAssertion() local 80 for (const auto& [intf, propertyMap] : interfaceList) in mapDbusToAssertion() 122 const auto& interfaceList = sensorInfo.propertyInterfaces; in mapDbusToEventdata2() local 124 for (const auto& [intf, propertyMap] : interfaceList) in mapDbusToEventdata2()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | processor.hpp | 762 for (const auto& [serviceName, interfaceList] : serviceMap) in handleProcessorSubtree() 764 if (std::ranges::find_first_of(interfaceList, in handleProcessorSubtree() 766 interfaceList.end()) in handleProcessorSubtree() 835 for (const auto& [serviceName, interfaceList] : serviceMap) in getProcessorData() 837 for (const auto& interface : interfaceList) in getProcessorData() 910 for (const auto& [serviceName, interfaceList] : serviceMap) in patchAppliedOperatingConfig() 912 if (std::ranges::find(interfaceList, in patchAppliedOperatingConfig() 914 "CurrentOperatingConfig") != interfaceList.end()) in patchAppliedOperatingConfig()
|
| H A D | assembly.hpp | 152 for (const auto& [serviceName, interfaceList] : object) in afterGetDbusObject() 154 for (const auto& interface : interfaceList) in afterGetDbusObject()
|
| H A D | memory.hpp | 755 for (const auto& [serviceName, interfaceList] : serviceMap) in afterGetDimmData() 757 for (const auto& interface : interfaceList) in afterGetDimmData()
|
| /openbmc/ipmi-fru-parser/ |
| H A D | writefrudata.cpp | 236 for (const auto& interfaceList : instance.interfaces) in updateInventory() local 239 for (const auto& properties : interfaceList.second) in updateInventory() 255 (extrasIter->second).find(interfaceList.first); in updateInventory() 264 interfaces.emplace(std::move(interfaceList.first), in updateInventory()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | vpd_specific_utility.hpp | 424 std::vector<std::string> interfaceList = {kwdInterface}; in getExpandedLocationCode() local 427 std::string(constants::systemVpdInvPath), interfaceList); in getExpandedLocationCode()
|