Home | History | Annotate | Download | only in shill

Lines Matching defs:technologies

2796   vector<string> technologies = manager()->AvailableTechnologies(&error);
2798 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()),
2860 vector<string> technologies = manager()->ConnectedTechnologies(&error);
2861 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()),
4622 // Manager should ignore gelocation info from technologies it does not know.