Home
last modified time | relevance | path

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

/openbmc/pldm/common/
H A Dutils.hpp215 const std::vector<std::string>& ifaceList) const = 0;
219 const std::vector<std::string>& ifaceList) const = 0;
223 const std::vector<std::string>& ifaceList) const = 0;
283 const std::vector<std::string>& ifaceList) const override;
296 const std::vector<std::string>& ifaceList) const override;
311 const std::vector<std::string>& ifaceList) const override;
H A Dutils.cpp256 const std::vector<std::string>& ifaceList) const in getSubtree()
262 method.append(searchPath, depth, ifaceList); in getSubtree()
271 const std::vector<std::string>& ifaceList) const in getSubTreePaths()
278 method.append(objectPath, depth, ifaceList); in getSubTreePaths()
286 const std::string& path, const std::vector<std::string>& ifaceList) const in getAncestors()
292 method.append(path, ifaceList); in getAncestors()
/openbmc/phosphor-gpio-monitor/presence/
H A Dmain.cpp118 std::vector<Interface> ifaceList; in main() local
127 ifaceList.push_back(iface); in main()
144 driverList, ifaceList); in main()
/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp106 auto& ifaceList = interfaceMap[objPath.str]; in processInterfaceAdded() local
110 ifaceList[wellKnown].emplace(interfacePair.first); in processInterfaceAdded()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1185 std::vector<std::string> ifaceList; in getEthernetIfaceList() local
1186 ifaceList.reserve(resp.size()); in getEthernetIfaceList()
1189 callback(false, ifaceList); in getEthernetIfaceList()
1211 ifaceList.emplace_back(ifaceId); in getEthernetIfaceList()
1216 std::ranges::sort(ifaceList, AlphanumLess<std::string>()); in getEthernetIfaceList()
1219 callback(true, ifaceList); in getEthernetIfaceList()
2140 const std::vector<std::string>& ifaceList) { in requestEthernetInterfacesRoutes() argument
2150 for (const std::string& ifaceItem : ifaceList) in requestEthernetInterfacesRoutes()
H A Dhypervisor_system.hpp645 const dbus::utility::MapperGetSubTreePathsResponse& ifaceList) { in handleHypervisorEthernetInterfaceCollectionGet() argument
665 for (const std::string& iface : ifaceList) in handleHypervisorEthernetInterfaceCollectionGet()