Home
last modified time | relevance | path

Searched refs:IsPortalDetectionAuto (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_service.h75 MOCK_CONST_METHOD0(IsPortalDetectionAuto, bool());
Ddevice_unittest.cc1978 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()
Dservice.h313 virtual bool IsPortalDetectionAuto() const;
Dservice.cc1340 bool Service::IsPortalDetectionAuto() const { in IsPortalDetectionAuto() function in shill::Service
Ddevice.cc1298 if (selected_service_->IsPortalDetectionAuto() && in StartPortalDetection()