Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dtechnology.h77 static bool IsPrimaryConnectivityTechnology(Identifier technology);
Dtechnology.cc152 bool Technology::IsPrimaryConnectivityTechnology(Identifier technology) { in IsPrimaryConnectivityTechnology() function in shill::Technology
Ddevice_info.cc195 if (Technology::IsPrimaryConnectivityTechnology(technology) && in GetUninitializedTechnologies()
215 if (Technology::IsPrimaryConnectivityTechnology(device->technology())) { in RegisterDevice()
Dservice.cc1327 if (!Technology::IsPrimaryConnectivityTechnology(technology_) && in IsAutoConnectable()
Dmanager.cc1998 if (!Technology::IsPrimaryConnectivityTechnology(technology) && in ConnectToBestServicesTask()