Home
last modified time | relevance | path

Searched refs:interfaceNames (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp53 const InterfaceNames& interfaceNames) in createInterfaceMap() argument
55 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp54 for (auto& [service, interfaceNames] : v) in initDevices()
58 for (std::string& interfaceName : interfaceNames) in initDevices()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1576 interfaceNames) { in handleAction() argument
1577 if (ec || interfaceNames.empty()) in handleAction()
1587 interfaceNames.size()); in handleAction()
1590 object : interfaceNames) in handleAction()
1607 interfaceNames) { in handleDelete() argument
1608 if (ec || interfaceNames.empty()) in handleDelete()
1624 object : interfaceNames) in handleDelete()
1718 const std::vector<std::string>& interfaceNames = in handleGet() local
1721 if (interfaceNames.empty()) in handleGet()
1728 for (const std::string& interface : interfaceNames) in handleGet()