Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice_unittest.cc1926 bool StartPortalDetection() { return device_->StartPortalDetection(); } in StartPortalDetection() function in shill::DevicePortalDetectionTest
1970 EXPECT_FALSE(StartPortalDetection()); in TEST_F()
1983 EXPECT_FALSE(StartPortalDetection()); in TEST_F()
1998 EXPECT_FALSE(StartPortalDetection()); in TEST_F()
2016 EXPECT_FALSE(StartPortalDetection()); in TEST_F()
2043 EXPECT_TRUE(StartPortalDetection()); in TEST_F()
2074 EXPECT_TRUE(StartPortalDetection()); in TEST_F()
2557 EXPECT_TRUE(StartPortalDetection()); in TEST_F()
Ddevice.cc930 StartPortalDetection(); in SetupConnection()
1249 return StartPortalDetection(); in RestartPortalDetection()
1285 return StartPortalDetection(); in RequestPortalDetection()
1288 bool Device::StartPortalDetection() { in StartPortalDetection() function in shill::Device
Ddevice.h556 bool StartPortalDetection();