Searched refs:IsPortalDetectionAuto (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ |
D | mock_service.h | 75 MOCK_CONST_METHOD0(IsPortalDetectionAuto, bool());
|
D | device_unittest.cc | 1978 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 1993 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 2008 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 2026 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 2057 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 2242 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 2453 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 2500 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F() 2540 EXPECT_CALL(*service_.get(), IsPortalDetectionAuto()) in TEST_F()
|
D | service.h | 313 virtual bool IsPortalDetectionAuto() const;
|
D | service.cc | 1340 bool Service::IsPortalDetectionAuto() const { in IsPortalDetectionAuto() function in shill::Service
|
D | device.cc | 1298 if (selected_service_->IsPortalDetectionAuto() && in StartPortalDetection()
|