Searched refs:IsPortalDetectionDisabled (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/ |
D | mock_service.h | 74 MOCK_CONST_METHOD0(IsPortalDetectionDisabled, bool());
|
D | device_unittest.cc | 743 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 …]
|
D | service.h | 309 virtual bool IsPortalDetectionDisabled() const;
|
D | service.cc | 1336 bool Service::IsPortalDetectionDisabled() const { in IsPortalDetectionDisabled() function in shill::Service
|
D | device.cc | 1290 if (selected_service_->IsPortalDetectionDisabled()) { in StartPortalDetection()
|