Searched refs:objRoot (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | static_gateway.cpp | 24 StaticGateway::StaticGateway(sdbusplus::bus_t& bus, std::string_view objRoot, in StaticGateway() argument 27 StaticGateway(bus, makeObjPath(objRoot, gateway), parent, gateway, in StaticGateway()
|
H A D | neighbor.cpp | 25 Neighbor::Neighbor(sdbusplus::bus_t& bus, std::string_view objRoot, in Neighbor() argument 29 Neighbor(bus, makeObjPath(objRoot, addr), parent, addr, lladdr, state) in Neighbor()
|
H A D | ipaddress.cpp | 49 IPAddress::IPAddress(sdbusplus::bus_t& bus, std::string_view objRoot, in IPAddress() argument 52 IPAddress(bus, makeObjPath(objRoot, addr), parent, addr, origin) in IPAddress()
|
H A D | static_gateway.hpp | 43 StaticGateway(sdbusplus::bus_t& bus, std::string_view objRoot,
|
H A D | neighbor.hpp | 41 Neighbor(sdbusplus::bus_t& bus, std::string_view objRoot,
|
H A D | ipaddress.hpp | 42 IPAddress(sdbusplus::bus_t& bus, std::string_view objRoot,
|
H A D | ethernet_interface.cpp | 87 std::string_view objRoot, const config::Parser& config, bool enabled) : in EthernetInterface() argument 88 EthernetInterface(bus, manager, info, makeObjPath(objRoot, *info.intf.name), in EthernetInterface() 658 auto objRoot = std::string_view(objPath).substr(0, objPath.rfind('/')); in createVLAN() local 679 bus, manager, info, objRoot, config::Parser(), nicEnabled()); in createVLAN()
|
H A D | ethernet_interface.hpp | 90 const AllIntfInfo& info, std::string_view objRoot,
|