Home
last modified time | relevance | path

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

/system/connectivity/shill/test-scripts/
Dset-portal-list12 flim.SetCheckPortalList(portal_list)
Dflimflam.py425 def SetCheckPortalList(self, tech_list): member in FlimFlam
/system/connectivity/shill/
Dmanager.h663 bool SetCheckPortalList(const std::string& portal_list, Error* error);
Dmanager.cc186 &Manager::SetCheckPortalList); in Manager()
2232 bool Manager::SetCheckPortalList(const string& portal_list, Error* error) { in SetCheckPortalList() function in shill::Manager
Dmanager_unittest.cc330 bool SetCheckPortalList(const string& check_portal_list, Error* error) { in SetCheckPortalList() function in shill::ManagerTest
331 return manager()->SetCheckPortalList(check_portal_list, error); in SetCheckPortalList()
4506 manager->SetCheckPortalList(kCustomCheckPortalList, &error); in TEST_F()
4585 EXPECT_TRUE(SetCheckPortalList(kCheckPortalList, &error)); in TEST_F()
4588 EXPECT_FALSE(SetCheckPortalList(kCheckPortalList, &error)); in TEST_F()