Searched refs:interfaceList (Results 1 – 6 of 6) 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& 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 D | processor.hpp | 782 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 D | writefrudata.cpp | 238 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 D | utils.cpp | 518 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 D | vpd_specific_utility.hpp | 351 std::array<const char*, 1> interfaceList = {kwdInterface.c_str()}; in getExpandedLocationCode() local 354 std::string(constants::systemVpdInvPath), interfaceList); in getExpandedLocationCode()
|