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

  /system/connectivity/shill/cellular/
cellular_bearer.cc 92 UpdateProperties();
163 void CellularBearer::UpdateProperties() {
  /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.cc 176 void IPConfig::UpdateProperties(const Properties& properties,
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...]
  /system/connectivity/shill/dhcp/
dhcp_config.cc 163 void DHCPConfig::UpdateProperties(const Properties& properties,
174 IPConfig::UpdateProperties(properties, new_lease_acquired);
  /external/v8/tools/gyp/pylib/gyp/
xcodeproj_file.py 297 self.UpdateProperties(properties)
739 def UpdateProperties(self, properties, do_copy=False):
    [all...]

Completed in 313 milliseconds