Searched refs:DevicePortalDetectionTest (Results 1 – 2 of 2) sorted by relevance
1902 class DevicePortalDetectionTest : public DeviceTest { class1904 DevicePortalDetectionTest() in DevicePortalDetectionTest() function in shill::DevicePortalDetectionTest1914 virtual ~DevicePortalDetectionTest() {} in ~DevicePortalDetectionTest()1962 const int DevicePortalDetectionTest::kPortalAttempts = 2;1964 TEST_F(DevicePortalDetectionTest, ServicePortalDetectionDisabled) { in TEST_F() argument1973 TEST_F(DevicePortalDetectionTest, TechnologyPortalDetectionDisabled) { in TEST_F() argument1986 TEST_F(DevicePortalDetectionTest, PortalDetectionProxyConfig) { in TEST_F() argument2001 TEST_F(DevicePortalDetectionTest, PortalDetectionBadUrl) { in TEST_F() argument2019 TEST_F(DevicePortalDetectionTest, PortalDetectionStart) { in TEST_F() argument2050 TEST_F(DevicePortalDetectionTest, PortalDetectionStartIPv6) { in TEST_F() argument[all …]
371 FRIEND_TEST(DevicePortalDetectionTest, RequestStartConnectivityTest);674 friend class DevicePortalDetectionTest; variable