Home
last modified time | relevance | path

Searched refs:logicalPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp77 std::string ifService, logicalPath; in getVLANID() local
103 if (logicalPath.empty() && vlan) in getVLANID()
105 logicalPath = path; in getVLANID()
111 if (logicalPath.empty()) in getVLANID()
117 auto method = bus.new_method_call(ifService.c_str(), logicalPath.c_str(), in getVLANID()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp146 if (params.logicalPath.empty() && vlan) in maybeGetChannelParams()
148 params.logicalPath = path; in maybeGetChannelParams()
159 if (params.logicalPath.empty()) in maybeGetChannelParams()
161 params.logicalPath = params.ifPath; in maybeGetChannelParams()
187 return std::get<T>(getDbusProperty(bus, params.service, params.logicalPath, in getEthProp()
194 return setDbusProperty(bus, params.service, params.logicalPath, in setEthProp()
268 bus.new_method_call(params.service.c_str(), params.logicalPath.c_str(), in createIfAddr()
292 getDbusProperty(bus, params.service, params.logicalPath, in getIfAddr4()
495 if (params.ifPath == params.logicalPath) in getVLANProperty()
501 bus, params.service, params.logicalPath, INTF_VLA in getVLANProperty()
[all...]
H A Dtransporthandler.hpp57 std::string logicalPath; member
176 objs(getAllDbusObjects(bus, params.logicalPath, intf, "")) in ObjectLookupCache()
400 bus.new_method_call(params.service.c_str(), params.logicalPath.c_str(), in createNeighbor()