Lines Matching refs:ethIfaceId
168 const std::string& ethIfaceId, in extractHypervisorInterfaceData() argument
178 "/xyz/openbmc_project/network/hypervisor/" + ethIfaceId) in extractHypervisorInterfaceData()
202 ethIfaceId + "/ipv4/addr0") in extractHypervisorInterfaceData()
312 void getHypervisorIfaceData(const std::string& ethIfaceId, in getHypervisorIfaceData() argument
318 [ethIfaceId{std::string{ethIfaceId}}, in getHypervisorIfaceData()
330 bool found = extractHypervisorInterfaceData(ethIfaceId, resp, in getHypervisorIfaceData()
351 const std::string& ethIfaceId, const std::string& ipv4Address) in setHypervisorIPv4Address() argument
354 ipv4Address, ethIfaceId); in setHypervisorIPv4Address()
359 "/xyz/openbmc_project/network/hypervisor/" + ethIfaceId + "/ipv4/addr0", in setHypervisorIPv4Address()
374 const std::string& ethIfaceId, const uint8_t subnet) in setHypervisorIPv4Subnet() argument
377 ethIfaceId); in setHypervisorIPv4Subnet()
382 "/xyz/openbmc_project/network/hypervisor/" + ethIfaceId + "/ipv4/addr0", in setHypervisorIPv4Subnet()