Lines Matching refs:TestDevice
99 class TestDevice : public Device { class
101 TestDevice(ControlInterface* control_interface, in TestDevice() function in shill::TestDevice
112 .WillByDefault(Invoke(this, &TestDevice::DeviceIsIPv6Allowed)); in TestDevice()
114 .WillByDefault(Invoke(this, &TestDevice::DeviceSetIPFlag)); in TestDevice()
117 &TestDevice::DeviceIsTrafficMonitorEnabled)); in TestDevice()
121 &TestDevice::DeviceStartDNSTest)); in TestDevice()
124 ~TestDevice() {} in ~TestDevice()
176 : device_(new TestDevice(control_interface(), in DeviceTest()
294 scoped_refptr<TestDevice> device_;
997 DeviceRefPtr device(new TestDevice(control_interface(), in TEST_F()
2653 DeviceRefPtr device(new TestDevice(control_interface(), in TEST_F()