Home
last modified time | relevance | path

Searched refs:PortalDetectorTest (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dportal_detector.h121 friend class PortalDetectorTest;
122 FRIEND_TEST(PortalDetectorTest, StartAttemptFailed);
123 FRIEND_TEST(PortalDetectorTest, AdjustStartDelayImmediate);
124 FRIEND_TEST(PortalDetectorTest, AdjustStartDelayAfterDelay);
125 FRIEND_TEST(PortalDetectorTest, AttemptCount);
126 FRIEND_TEST(PortalDetectorTest, ReadBadHeadersRetry);
127 FRIEND_TEST(PortalDetectorTest, ReadBadHeader);
128 FRIEND_TEST(PortalDetectorTest, RequestTimeout);
129 FRIEND_TEST(PortalDetectorTest, ReadPartialHeaderTimeout);
130 FRIEND_TEST(PortalDetectorTest, ReadCompleteHeader);
[all …]
Dconnectivity_trial.h134 friend class PortalDetectorTest;
135 FRIEND_TEST(PortalDetectorTest, StartAttemptFailed);
136 FRIEND_TEST(PortalDetectorTest, StartAttemptRepeated);
137 FRIEND_TEST(PortalDetectorTest, StartAttemptAfterDelay);
138 FRIEND_TEST(PortalDetectorTest, AttemptCount);
139 FRIEND_TEST(PortalDetectorTest, ReadBadHeadersRetry);
140 FRIEND_TEST(PortalDetectorTest, ReadBadHeader);
Dportal_detector_unittest.cc69 class PortalDetectorTest : public Test { class
71 PortalDetectorTest() in PortalDetectorTest() function in shill::PortalDetectorTest
92 .WillRepeatedly(Invoke(this, &PortalDetectorTest::GetTimeMonotonic)); in SetUp()
183 const int PortalDetectorTest::kNumAttempts = 0;
185 TEST_F(PortalDetectorTest, Constructor) { in TEST_F() argument
189 TEST_F(PortalDetectorTest, InvalidURL) { in TEST_F() argument
195 TEST_F(PortalDetectorTest, StartAttemptFailed) { in TEST_F() argument
216 TEST_F(PortalDetectorTest, IsInProgress) { in TEST_F() argument
244 TEST_F(PortalDetectorTest, AdjustStartDelayImmediate) { in TEST_F() argument
253 TEST_F(PortalDetectorTest, AdjustStartDelayAfterDelay) { in TEST_F() argument
[all …]