Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_service.h74 MOCK_CONST_METHOD0(IsPortalDetectionDisabled, bool());
Ddevice_unittest.cc743 EXPECT_CALL(*service, IsPortalDetectionDisabled()) in TEST_F()
817 EXPECT_CALL(*service, IsPortalDetectionDisabled()) in TEST_F()
1616 EXPECT_CALL(*service, IsPortalDetectionDisabled()) in TEST_F()
1748 EXPECT_CALL(*service, IsPortalDetectionDisabled()) in TEST_F()
1965 EXPECT_CALL(*service_.get(), IsPortalDetectionDisabled()) in TEST_F()
1974 EXPECT_CALL(*service_.get(), IsPortalDetectionDisabled()) in TEST_F()
1987 EXPECT_CALL(*service_.get(), IsPortalDetectionDisabled()) in TEST_F()
2002 EXPECT_CALL(*service_.get(), IsPortalDetectionDisabled()) in TEST_F()
2020 EXPECT_CALL(*service_.get(), IsPortalDetectionDisabled()) in TEST_F()
2051 EXPECT_CALL(*service_.get(), IsPortalDetectionDisabled()) in TEST_F()
[all …]
Dservice.h309 virtual bool IsPortalDetectionDisabled() const;
Dservice.cc1336 bool Service::IsPortalDetectionDisabled() const { in IsPortalDetectionDisabled() function in shill::Service
Ddevice.cc1290 if (selected_service_->IsPortalDetectionDisabled()) { in StartPortalDetection()