Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager.cc1885 vector<string> available_technologies = AvailableTechnologies(&error); in DevicePresenceStatusCheck() local
1888 bool presence = std::find(available_technologies.begin(), in DevicePresenceStatusCheck()
1889 available_technologies.end(), in DevicePresenceStatusCheck()
1890 technology) != available_technologies.end(); in DevicePresenceStatusCheck()