HomeSort by relevance Sort by last modified time
    Searched full:dhcpv6_config_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
device_unittest.cc 345 device_->dhcpv6_config_ = new IPConfig(control_interface(), kDeviceName);
349 ASSERT_FALSE(device_->dhcpv6_config_.get());
355 ASSERT_FALSE(device_->dhcpv6_config_.get());
359 ASSERT_FALSE(device_->dhcpv6_config_.get());
416 device_->dhcpv6_config_ = new IPConfig(control_interface(), "randomname");
439 EXPECT_EQ(kDeviceName, device_->dhcpv6_config_->device_name());
440 EXPECT_FALSE(device_->dhcpv6_config_->update_callback_.is_null());
459 device_->dhcpv6_config_ = new IPConfig(control_interface(), "randomname");
481 EXPECT_EQ(kDeviceName, device_->dhcpv6_config_->device_name());
482 EXPECT_FALSE(device_->dhcpv6_config_->update_callback_.is_null())
    [all...]
device.cc 541 if (dhcpv6_config_.get()) {
542 dhcpv6_config_->ReleaseIP(IPConfig::kReleaseReasonDisconnect);
543 dhcpv6_config_ = nullptr;
711 if (dhcpv6_config_) {
713 dhcpv6_config_->RenewIP();
795 dhcpv6_config_ = dhcpv6_config;
796 dhcpv6_config_->RegisterUpdateCallback(
798 dhcpv6_config_->RegisterFailureCallback(
800 dhcpv6_config_->RegisterExpireCallback(
802 if (!dhcpv6_config_->RequestIP())
    [all...]
device.h 246 virtual const IPConfigRefPtr& dhcpv6_config() const { return dhcpv6_config_; }
482 // |dhcpv6_config_| and requests a new configuration. Saves the DHCPv6
844 IPConfigRefPtr dhcpv6_config_; member in class:shill::Device
    [all...]

Completed in 129 milliseconds