Home
last modified time | relevance | path

Searched refs:interface_list_t (Results 1 – 5 of 5) sorted by relevance

/openbmc/dbus-sensors/src/
H A DEntityManagerInterface.hpp18 using interface_list_t = std::vector<std::string>; typedef in entity_manager::EntityManagerInterface
24 const interface_list_t& interfaceNames,
39 interface_list_t interfaceNames;
H A DEntityManagerInterface.cpp21 sdbusplus::async::context& ctx, const interface_list_t& interfaceNames, in EntityManagerInterface()
109 .next<sdbusplus::message::object_path, interface_list_t>(); in handleInventoryRemoved()
/openbmc/phosphor-modbus/common/
H A Dentity_manager_interface.hpp13 using interface_list_t = std::vector<std::string>; typedef
25 sdbusplus::async::context& ctx, const interface_list_t& interfaceNames,
39 interface_list_t interfaceNames;
H A Dentity_manager_interface.cpp29 sdbusplus::async::context& ctx, const interface_list_t& interfaceNames, in EntityManagerInterface()
117 .next<sdbusplus::message::object_path, interface_list_t>(); in handleInventoryRemoved()
/openbmc/phosphor-modbus/rtu/
H A Ddevice_manager.cpp20 static entity_manager::interface_list_t getInterfaces() in getInterfaces()
22 entity_manager::interface_list_t interfaces; in getInterfaces()