Searched refs:IsInProgress (Results 1 – 6 of 6) sorted by relevance
216 TEST_F(PortalDetectorTest, IsInProgress) { in TEST_F() argument217 EXPECT_FALSE(portal_detector()->IsInProgress()); in TEST_F()224 EXPECT_TRUE(portal_detector()->IsInProgress()); in TEST_F()230 EXPECT_FALSE(portal_detector()->IsInProgress()); in TEST_F()235 EXPECT_TRUE(portal_detector()->IsInProgress()); in TEST_F()241 EXPECT_TRUE(portal_detector()->IsInProgress()); in TEST_F()269 EXPECT_FALSE(portal_detector()->IsInProgress()); in TEST_F()276 EXPECT_FALSE(portal_detector()->IsInProgress()); in TEST_F()315 EXPECT_TRUE(portal_detector()->IsInProgress()); in TEST_F()323 EXPECT_FALSE(portal_detector()->IsInProgress()); in TEST_F()[all …]
37 MOCK_METHOD0(IsInProgress, bool());
118 virtual bool IsInProgress();
115 bool PortalDetector::IsInProgress() { in IsInProgress() function in shill::PortalDetector
1279 if (portal_detector_.get() && portal_detector_->IsInProgress()) { in RequestPortalDetection()
2229 EXPECT_CALL(*portal_detector_, IsInProgress()) in TEST_F()