Home
last modified time | relevance | path

Searched refs:TestDevice (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Ddevice_unittest.cc99 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()
[all …]
Ddevice.h678 friend class TestDevice; variable