Searched refs:SetIgnoredDNSSearchPaths (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Dmanager.cc207 &Manager::SetIgnoredDNSSearchPaths);
1497 SetIgnoredDNSSearchPaths(props_.ignored_dns_search_paths, nullptr);
2245 bool Manager::SetIgnoredDNSSearchPaths(const string& ignored_paths, function in class:shill::Manager
H A Dmanager.h664 bool SetIgnoredDNSSearchPaths(const std::string& ignored_paths, Error* error);
H A Dmanager_unittest.cc326 bool SetIgnoredDNSSearchPaths(const string& search_paths, Error* error) { function in class:shill::ManagerTest
327 return manager()->SetIgnoredDNSSearchPaths(search_paths, error);
3730 SetIgnoredDNSSearchPaths(kIgnored0, nullptr);
3737 SetIgnoredDNSSearchPaths(kIgnoredSum, nullptr);
3742 SetIgnoredDNSSearchPaths("", nullptr);
4592 // SetIgnoredDNSSearchPaths
4600 EXPECT_TRUE(SetIgnoredDNSSearchPaths(kIgnoredPaths, &error));
4605 EXPECT_FALSE(SetIgnoredDNSSearchPaths(kIgnoredPaths, &error));

Completed in 87 milliseconds