Searched refs:logicalPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-net-ipmid/ |
H A D | sd_event_loop.cpp | 77 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 D | transporthandler.cpp | 118 if (params.logicalPath.empty() && vlan) in maybeGetChannelParams() 120 params.logicalPath = path; in maybeGetChannelParams() 131 if (params.logicalPath.empty()) in maybeGetChannelParams() 133 params.logicalPath = params.ifPath; in maybeGetChannelParams() 159 return std::get<T>(getDbusProperty(bus, params.service, params.logicalPath, in getEthProp() 166 return setDbusProperty(bus, params.service, params.logicalPath, in setEthProp() 236 bus.new_method_call(params.service.c_str(), params.logicalPath.c_str(), in createIfAddr() 260 getDbusProperty(bus, params.service, params.logicalPath, in getIfAddr4() 461 if (params.ifPath == params.logicalPath) in getVLANProperty() 467 bus, params.service, params.logicalPath, INTF_VLAN, "Id")); in getVLANProperty() [all …]
|
H A D | transporthandler.hpp | 57 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()
|