Searched refs:dhcpv6_config (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Ddevice.h246 virtual const IPConfigRefPtr& dhcpv6_config() const { return dhcpv6_config_; } function in class:shill::Device
H A Ddevice_unittest.cc417 scoped_refptr<MockDHCPConfig> dhcpv6_config(
423 .WillOnce(Return(dhcpv6_config));
424 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true));
460 scoped_refptr<MockDHCPConfig> dhcpv6_config(
466 .WillOnce(Return(dhcpv6_config));
467 EXPECT_CALL(*dhcpv6_config, RequestIP()).WillOnce(Return(true));
H A Ddevice.cc793 auto dhcpv6_config = local
795 dhcpv6_config_ = dhcpv6_config;

Completed in 103 milliseconds