Home
last modified time | relevance | path

Searched refs:InventoryIntf (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-modbus/tests/
H A Dtest_inventory.cpp18 namespace InventoryIntf = phosphor::modbus::rtu::inventory;
19 namespace InventoryConfigIntf = InventoryIntf::config;
63 InventoryIntf::Device::serial_port_map_t ports; in testInventorySourceCreation()
68 std::make_unique<InventoryIntf::Device>(ctx, deviceConfig, ports); in testInventorySourceCreation()
H A Dtest_port.cpp134 using InventoryIntf = in TEST_F() typedef
136 sdbusplus::server::manager_t manager{ctx, InventoryIntf::namespace_path}; in TEST_F()
161 using InventoryIntf = in TEST_F() typedef
163 sdbusplus::server::manager_t manager{ctx, InventoryIntf::namespace_path}; in TEST_F()
/openbmc/phosphor-modbus/rtu/
H A Ddevice_manager.hpp14 namespace InventoryIntf = phosphor::modbus::rtu::inventory;
33 std::unordered_map<std::string, std::unique_ptr<InventoryIntf::Device>>;
H A Ddevice_manager.cpp109 auto res = co_await InventoryIntf::config::getConfig(ctx, objectPath); in processInventoryAdded()
120 std::make_unique<InventoryIntf::Device>(ctx, config, ports); in processInventoryAdded()
/openbmc/dbus-sensors/src/
H A DEntityManagerInterface.cpp39 using InventoryIntf = in handleInventoryGet() typedef
45 .path(InventoryIntf::namespace_path) in handleInventoryGet()
/openbmc/phosphor-modbus/common/
H A Dentity_manager_interface.cpp47 using InventoryIntf = in handleInventoryGet() typedef
53 .path(InventoryIntf::namespace_path) in handleInventoryGet()
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_config.cpp325 using InventoryIntf = in updateBaseConfig() typedef
331 .path(InventoryIntf::namespace_path) in updateBaseConfig()
/openbmc/phosphor-modbus/rtu/inventory/
H A Dmodbus_inventory.cpp145 using InventoryIntf = in getConfigSubInterfaces() typedef
151 .path(InventoryIntf::namespace_path) in getConfigSubInterfaces()