Searched refs:MockIPConfig (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ |
D | mock_ipconfig.cc | 23 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()
|
D | mock_ipconfig.h | 30 class MockIPConfig : public IPConfig { 32 MockIPConfig(ControlInterface* control_interface, 34 ~MockIPConfig() override; 52 DISALLOW_COPY_AND_ASSIGN(MockIPConfig);
|
D | device_unittest.cc | 285 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 …]
|
D | traffic_monitor_unittest.cc | 71 ipconfig_(new MockIPConfig(&control_, "netdev0")), in TrafficMonitorTest() 137 scoped_refptr<MockIPConfig> ipconfig_;
|
/system/connectivity/shill/wifi/ |
D | wifi_unittest.cc | 2807 scoped_refptr<MockIPConfig> ipconfig( in TEST_F() 2808 new MockIPConfig(control_interface(), kDeviceName)); in TEST_F()
|