Searched refs:interfaceNames (Results 1 – 7 of 7) sorted by relevance
| /openbmc/dbus-sensors/src/ |
| H A D | EntityManagerInterface.cpp | 21 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 D | EntityManagerInterface.hpp | 24 const interface_list_t& interfaceNames, 39 interface_list_t interfaceNames; member in entity_manager::EntityManagerInterface
|
| /openbmc/phosphor-modbus/common/ |
| H A D | entity_manager_interface.cpp | 29 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 D | entity_manager_interface.hpp | 25 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 D | association_objects.hpp | 54 const InterfaceNames& interfaceNames) in createInterfaceMap() argument 56 ConnectionNames connectionMap{{connectionName, interfaceNames}}; in createInterfaceMap()
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | software_manager.cpp | 121 for (auto& [service, interfaceNames] : v) in initDevices() 125 for (std::string& interfaceName : interfaceNames) in initDevices()
|
| /openbmc/bmcweb/features/openbmc_rest/ |
| H A D | openbmc_dbus_rest.hpp | 1580 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()
|