Home
last modified time | relevance | path

Searched refs:IsInProgress (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dportal_detector_unittest.cc216 TEST_F(PortalDetectorTest, IsInProgress) { in TEST_F() argument
217 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 …]
Dmock_portal_detector.h37 MOCK_METHOD0(IsInProgress, bool());
Dportal_detector.h118 virtual bool IsInProgress();
Dportal_detector.cc115 bool PortalDetector::IsInProgress() { in IsInProgress() function in shill::PortalDetector
Ddevice.cc1279 if (portal_detector_.get() && portal_detector_->IsInProgress()) { in RequestPortalDetection()
Ddevice_unittest.cc2229 EXPECT_CALL(*portal_detector_, IsInProgress()) in TEST_F()