HomeSort by relevance Sort by last modified time
    Searched refs:UpdateProperties (Results 1 - 13 of 13) sorted by null

  /system/connectivity/shill/
ipconfig_unittest.cc 91 void UpdateProperties(const IPConfig::Properties& properties) {
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);
ipconfig.h 209 virtual void UpdateProperties(const Properties& properties,
229 FRIEND_TEST(IPConfigTest, UpdateProperties);
connection_unittest.cc 109 UpdateProperties();
136 void UpdateProperties() {
137 ipconfig_->UpdateProperties(properties_, true);
141 ip6config_->UpdateProperties(ipv6_properties_, true);
398 UpdateProperties();
504 UpdateProperties();
529 UpdateProperties();
623 UpdateProperties();
775 UpdateProperties();
    [all...]
ipconfig.cc 176 void IPConfig::UpdateProperties(const Properties& properties,
routing_table_unittest.cc 508 ipconfig->UpdateProperties(properties, true);
521 ipconfig->UpdateProperties(properties, true);
557 ipconfig->UpdateProperties(properties, true);
    [all...]
device_unittest.cc     [all...]
  /system/connectivity/shill/cellular/
cellular_bearer.cc 92 UpdateProperties();
163 void CellularBearer::UpdateProperties() {
cellular_bearer.h 97 void UpdateProperties();
  /system/connectivity/shill/dhcp/
dhcp_config.h 82 void UpdateProperties(const Properties& properties,
dhcp_config.cc 163 void DHCPConfig::UpdateProperties(const Properties& properties,
174 IPConfig::UpdateProperties(properties, new_lease_acquired);
dhcpv6_config.cc 107 // This needs to be set before calling UpdateProperties() below since
112 DHCPConfig::UpdateProperties(properties_, true);
dhcpv4_config.cc 149 // This needs to be set before calling UpdateProperties() below since
160 IPConfig::UpdateProperties(properties, false);
163 DHCPConfig::UpdateProperties(properties, true);
dhcp_config_unittest.cc 247 config_->UpdateProperties(properties, true);

Completed in 5100 milliseconds