Home
last modified time | relevance | path

Searched refs:interfaceList (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp53 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 Dsensordatahandler.cpp78 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 Dprocessor.hpp762 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 Dassembly.hpp152 for (const auto& [serviceName, interfaceList] : object) in afterGetDbusObject()
154 for (const auto& interface : interfaceList) in afterGetDbusObject()
H A Dmemory.hpp755 for (const auto& [serviceName, interfaceList] : serviceMap) in afterGetDimmData()
757 for (const auto& interface : interfaceList) in afterGetDimmData()
/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp236 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 Dvpd_specific_utility.hpp424 std::vector<std::string> interfaceList = {kwdInterface}; in getExpandedLocationCode() local
427 std::string(constants::systemVpdInvPath), interfaceList); in getExpandedLocationCode()