Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_unittest.cc1902 class DevicePortalDetectionTest : public DeviceTest { class
1904 DevicePortalDetectionTest() in DevicePortalDetectionTest() function in shill::DevicePortalDetectionTest
1914 virtual ~DevicePortalDetectionTest() {} in ~DevicePortalDetectionTest()
1962 const int DevicePortalDetectionTest::kPortalAttempts = 2;
1964 TEST_F(DevicePortalDetectionTest, ServicePortalDetectionDisabled) { in TEST_F() argument
1973 TEST_F(DevicePortalDetectionTest, TechnologyPortalDetectionDisabled) { in TEST_F() argument
1986 TEST_F(DevicePortalDetectionTest, PortalDetectionProxyConfig) { in TEST_F() argument
2001 TEST_F(DevicePortalDetectionTest, PortalDetectionBadUrl) { in TEST_F() argument
2019 TEST_F(DevicePortalDetectionTest, PortalDetectionStart) { in TEST_F() argument
2050 TEST_F(DevicePortalDetectionTest, PortalDetectionStartIPv6) { in TEST_F() argument
[all …]
Ddevice.h371 FRIEND_TEST(DevicePortalDetectionTest, RequestStartConnectivityTest);
674 friend class DevicePortalDetectionTest; variable