Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DEntityManagerInterface.cpp21 sdbusplus::async::context& ctx, const interface_list_t& interfaceNames, in EntityManagerInterface() argument
23 ctx(ctx), interfaceNames(interfaceNames), in EntityManagerInterface()
52 for (const auto& interfaceName : interfaceNames) in handleInventoryGet()
81 for (const auto& interfaceName : interfaceNames) in handleInventoryAdded()
112 for (const auto& interfaceName : interfaceNames) in handleInventoryRemoved()
H A DEntityManagerInterface.hpp24 const interface_list_t& interfaceNames,
39 interface_list_t interfaceNames; member in entity_manager::EntityManagerInterface
/openbmc/phosphor-modbus/common/
H A Dentity_manager_interface.cpp29 sdbusplus::async::context& ctx, const interface_list_t& interfaceNames, in EntityManagerInterface() argument
31 ctx(ctx), interfaceNames(interfaceNames), in EntityManagerInterface()
60 for (const auto& interfaceName : interfaceNames) in handleInventoryGet()
89 for (const auto& interfaceName : interfaceNames) in handleInventoryAdded()
120 for (const auto& interfaceName : interfaceNames) in handleInventoryRemoved()
H A Dentity_manager_interface.hpp25 sdbusplus::async::context& ctx, const interface_list_t& interfaceNames,
39 interface_list_t interfaceNames; member in entity_manager::EntityManagerInterface
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp54 const InterfaceNames& interfaceNames) in createInterfaceMap() argument
56 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp121 for (auto& [service, interfaceNames] : v) in initDevices()
125 for (std::string& interfaceName : interfaceNames) in initDevices()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1580 interfaceNames) { in handleAction() argument
1581 if (ec || interfaceNames.empty()) in handleAction()
1591 interfaceNames.size()); in handleAction()
1594 object : interfaceNames) in handleAction()
1611 interfaceNames) { in handleDelete() argument
1612 if (ec || interfaceNames.empty()) in handleDelete()
1628 object : interfaceNames) in handleDelete()
1722 const std::vector<std::string>& interfaceNames = in handleGet() local
1725 if (interfaceNames.empty()) in handleGet()
1732 for (const std::string& interface : interfaceNames) in handleGet()