Home
last modified time | relevance | path

Searched refs:PATH_ROOT (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.hpp37 constexpr auto PATH_ROOT = "/xyz/openbmc_project/network"; variable
H A Dsd_event_loop.cpp62 req.append(PATH_ROOT, 0, in getVLANID()
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp16 constexpr auto PATH_ROOT = "/xyz/openbmc_project/network"_zsv; variable
H A Dtransporthandler.cpp68 constexpr auto rs = PATH_ROOT.size() + 1; // ROOT + separator in ifnameInPath()
86 ipmi::getSubTree(bus, interfaces, std::string{PATH_ROOT}); in maybeGetChannelParams()
490 std::string{PATH_ROOT}); in deconfigureChannel()
527 auto req = bus.new_method_call(params.service.c_str(), PATH_ROOT.c_str(), in createVLAN()