Searched refs:property_prefix (Results 1 – 1 of 1) sorted by relevance
/system/connectivity/shill/ |
D | static_ip_parameters_unittest.cc | 91 const string& property_prefix, in ExpectPropertiesWithVersion() argument 95 EXPECT_TRUE(store->GetStringProperty(property_prefix + ".Address", in ExpectPropertiesWithVersion() 99 EXPECT_TRUE(store->GetStringProperty(property_prefix + ".Gateway", in ExpectPropertiesWithVersion() 104 EXPECT_TRUE(store->GetInt32Property(property_prefix + ".Mtu", &int_value, in ExpectPropertiesWithVersion() 107 EXPECT_TRUE(store->GetStringProperty(property_prefix + ".NameServers", in ExpectPropertiesWithVersion() 113 EXPECT_TRUE(store->GetStringProperty(property_prefix + ".PeerAddress", in ExpectPropertiesWithVersion() 117 EXPECT_TRUE(store->GetInt32Property(property_prefix + ".Prefixlen", in ExpectPropertiesWithVersion() 122 void ExpectProperties(PropertyStore* store, const string& property_prefix) { in ExpectProperties() argument 123 ExpectPropertiesWithVersion(store, property_prefix, 0); in ExpectProperties()
|