Home
last modified time | relevance | path

Searched refs:MockIPConfig (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_ipconfig.cc23 MockIPConfig::MockIPConfig(ControlInterface* control_interface, in MockIPConfig() function in shill::MockIPConfig
27 .WillByDefault(Invoke(this, &MockIPConfig::real_properties)); in MockIPConfig()
30 MockIPConfig::~MockIPConfig() {} in ~MockIPConfig()
Dmock_ipconfig.h30 class MockIPConfig : public IPConfig {
32 MockIPConfig(ControlInterface* control_interface,
34 ~MockIPConfig() override;
52 DISALLOW_COPY_AND_ASSIGN(MockIPConfig);
Ddevice_unittest.cc285 device_->ip6config_ = new MockIPConfig(control_interface(), kDeviceName); in SetupIPv6Config()
702 scoped_refptr<MockIPConfig> ipconfig = new MockIPConfig(control_interface(), in TEST_F()
724 scoped_refptr<MockIPConfig> ipconfig = new MockIPConfig(control_interface(), in TEST_F()
756 scoped_refptr<MockIPConfig> ipconfig = new MockIPConfig(control_interface(), in TEST_F()
779 scoped_refptr<MockIPConfig> ipconfig = new MockIPConfig(control_interface(), in TEST_F()
805 scoped_refptr<MockIPConfig> ipconfig = new MockIPConfig(control_interface(), in TEST_F()
834 scoped_refptr<MockIPConfig> ipconfig = new MockIPConfig(control_interface(), in TEST_F()
841 scoped_refptr<MockIPConfig> ipconfig = in TEST_F()
842 new MockIPConfig(control_interface(), kDeviceName); in TEST_F()
1031 scoped_refptr<MockIPConfig> ipconfig = in TEST_F()
[all …]
Dtraffic_monitor_unittest.cc71 ipconfig_(new MockIPConfig(&control_, "netdev0")), in TrafficMonitorTest()
137 scoped_refptr<MockIPConfig> ipconfig_;
/system/connectivity/shill/wifi/
Dwifi_unittest.cc2807 scoped_refptr<MockIPConfig> ipconfig( in TEST_F()
2808 new MockIPConfig(control_interface(), kDeviceName)); in TEST_F()