Home
last modified time | relevance | path

Searched defs: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
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
2081 TEST_F(DevicePortalDetectionTest, PortalDetectionNonFinal) { in TEST_F() argument
2102 TEST_F(DevicePortalDetectionTest, PortalDetectionFailure) { in TEST_F() argument
[all …]
Ddevice.h674 friend class DevicePortalDetectionTest; variable