Home
last modified time | relevance | path

Searched refs:IsTechnologyInList (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dmanager.cc951 bool Manager::IsTechnologyInList(const string& technology_list, in IsTechnologyInList() function in shill::Manager
966 return IsTechnologyInList(GetCheckPortalList(nullptr), tech); in IsPortalDetectionEnabled()
995 return IsTechnologyInList(props_.link_monitor_technologies, technology); in IsTechnologyLinkMonitorEnabled()
1000 return IsTechnologyInList(props_.no_auto_connect_technologies, technology); in IsTechnologyAutoConnectDisabled()
1005 return IsTechnologyInList(props_.prohibited_technologies, technology); in IsTechnologyProhibited()
Dmanager.h666 bool IsTechnologyInList(const std::string& technology_list,