Home
last modified time | relevance | path

Searched refs:existingDbusId (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/redfish-core/lib/
H A Dethernet_test.cpp57 EXPECT_EQ(addrOut[0].existingDbusId, ""); in TEST()
82 EXPECT_EQ(addrOut[0].existingDbusId, ""); in TEST()
184 EXPECT_EQ(addrOut[0].existingDbusId, "my_ip_id"); in TEST()
206 EXPECT_EQ(addrOut[0].existingDbusId, "my_ip_id"); in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1517 std::string existingDbusId; member
1541 thisAddress.existingDbusId = nicIpEntry->id; in parseAddresses()
1546 if (thisAddress.existingDbusId.empty()) in parseAddresses()
1587 else if (thisAddress.existingDbusId.empty()) in parseAddresses()
1610 else if (thisAddress.existingDbusId.empty()) in parseAddresses()
1636 else if (thisAddress.existingDbusId.empty()) in parseAddresses()
1677 thisAddress.existingDbusId = nicIpEntry->id; in parseAddresses()
1713 address.existingDbusId, ifaceId); in handleIPv4StaticPatch()
1714 deleteIPAddress(ifaceId, address.existingDbusId, asyncResp); in handleIPv4StaticPatch()
1721 if (!address.existingDbusId.empty()) in handleIPv4StaticPatch()
[all …]