Searched refs:UpdateProperties (Results 1 - 13 of 13) sorted by relevance

/system/connectivity/shill/
H A Dipconfig_unittest.cc91 void UpdateProperties(const IPConfig::Properties& properties) { function in class:shill::IPConfigTest
92 ipconfig_->UpdateProperties(properties, true);
153 TEST_F(IPConfigTest, UpdateProperties) {
166 UpdateProperties(properties);
196 UpdateProperties(IPConfig::Properties());
226 UpdateProperties(IPConfig::Properties());
246 UpdateProperties(ip_properties);
H A Dipconfig.h209 virtual void UpdateProperties(const Properties& properties,
229 FRIEND_TEST(IPConfigTest, UpdateProperties);
H A Dconnection_unittest.cc109 UpdateProperties();
136 void UpdateProperties() { function in class:shill::ConnectionTest
137 ipconfig_->UpdateProperties(properties_, true);
141 ip6config_->UpdateProperties(ipv6_properties_, true);
398 UpdateProperties();
504 UpdateProperties();
529 UpdateProperties();
623 UpdateProperties();
775 UpdateProperties();
H A Dipconfig.cc176 void IPConfig::UpdateProperties(const Properties& properties, function in class:shill::IPConfig
H A Drouting_table_unittest.cc508 ipconfig->UpdateProperties(properties, true);
521 ipconfig->UpdateProperties(properties, true);
557 ipconfig->UpdateProperties(properties, true);
H A Ddevice_unittest.cc1254 device_->ipconfig_->UpdateProperties(properties, true);
1262 device_->ipconfig_->UpdateProperties(properties, true);
/system/connectivity/shill/cellular/
H A Dcellular_bearer.cc92 UpdateProperties();
163 void CellularBearer::UpdateProperties() { function in class:shill::CellularBearer
H A Dcellular_bearer.h97 void UpdateProperties();
/system/connectivity/shill/dhcp/
H A Ddhcp_config.cc163 void DHCPConfig::UpdateProperties(const Properties& properties, function in class:shill::DHCPConfig
174 IPConfig::UpdateProperties(properties, new_lease_acquired);
H A Ddhcp_config.h82 void UpdateProperties(const Properties& properties,
H A Ddhcpv6_config.cc107 // This needs to be set before calling UpdateProperties() below since
112 DHCPConfig::UpdateProperties(properties_, true);
H A Ddhcpv4_config.cc149 // This needs to be set before calling UpdateProperties() below since
160 IPConfig::UpdateProperties(properties, false);
163 DHCPConfig::UpdateProperties(properties, true);
H A Ddhcp_config_unittest.cc247 config_->UpdateProperties(properties, true);

Completed in 688 milliseconds