Searched refs:IsTechnologyInList (Results 1 – 2 of 2) sorted by relevance
951 bool Manager::IsTechnologyInList(const string& technology_list, in IsTechnologyInList() function in shill::Manager966 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()
666 bool IsTechnologyInList(const std::string& technology_list,