Searched refs:TestDevice (Results 1 – 2 of 2) sorted by relevance
99 class TestDevice : public Device { class101 TestDevice(ControlInterface* control_interface, in TestDevice() function in shill::TestDevice112 .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()[all …]
678 friend class TestDevice; variable