Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddhcp_properties_unittest.cc224 DhcpProperties to_merge; in TEST_F() local
225 to_merge.properties_.SetString("VendorClass", kVendorClass); in TEST_F()
226 to_merge.properties_.SetString("Hostname", kHostname); in TEST_F()
229 DhcpProperties::Combine(dhcp_properties_, to_merge); in TEST_F()
230 EXPECT_EQ(merged_props->properties_, to_merge.properties_); in TEST_F()
234 DhcpProperties to_merge; in TEST_F() local
239 DhcpProperties::Combine(dhcp_properties_, to_merge); in TEST_F()
244 DhcpProperties to_merge; in TEST_F() local
245 to_merge.properties_.SetString("VendorClass", kOverrideValue); in TEST_F()
246 to_merge.properties_.SetString("Hostname", kHostname); in TEST_F()
[all …]
Ddhcp_properties.cc112 const DhcpProperties& base, const DhcpProperties& to_merge) { in Combine() argument
116 for (const auto& it : to_merge.properties_.properties()) { in Combine()
Ddhcp_properties.h66 const DhcpProperties& to_merge);