Home
last modified time | relevance | path

Searched refs:interfaceList (Results 1 – 6 of 6) 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& interface : interfaceList) in mapDbusToAssertion()
111 const auto& interfaceList = sensorInfo.propertyInterfaces; in mapDbusToEventdata2() local
113 for (const auto& interface : interfaceList) in mapDbusToEventdata2()
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp782 for (const auto& [serviceName, interfaceList] : serviceMap) in getProcessorObject()
784 if (std::ranges::find_first_of(interfaceList, in getProcessorObject()
786 std::end(interfaceList)) in getProcessorObject()
815 for (const auto& [serviceName, interfaceList] : serviceMap) in getProcessorData()
817 for (const auto& interface : interfaceList) in getProcessorData()
991 for (const auto& [serviceName, interfaceList] : serviceMap) in patchAppliedOperatingConfig()
993 if (std::ranges::find(interfaceList, in patchAppliedOperatingConfig()
995 "CurrentOperatingConfig") != interfaceList.end()) in patchAppliedOperatingConfig()
/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp238 for (const auto& interfaceList : instance.interfaces) in updateInventory() local
241 for (const auto& properties : interfaceList.second) in updateInventory()
257 (extrasIter->second).find(interfaceList.first); in updateInventory()
266 interfaces.emplace(std::move(interfaceList.first), in updateInventory()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp518 std::string interfaceList = convertToString(interfaces); in getAllAncestors() local
523 "GetAncestors", path, interfaceList); in getAllAncestors()
534 "INTERFACE", interfaceList, "PATH", path); in getAllAncestors()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp351 std::array<const char*, 1> interfaceList = {kwdInterface.c_str()}; in getExpandedLocationCode() local
354 std::string(constants::systemVpdInvPath), interfaceList); in getExpandedLocationCode()