Searched refs:technologies (Results 1 - 4 of 4) sorted by relevance

/system/connectivity/shill/
H A Dtechnology_unittest.cc77 vector<Technology::Identifier> technologies; local
81 "", &technologies, &error));
82 EXPECT_THAT(technologies, ElementsAre());
86 "ethernet", &technologies, &error));
87 EXPECT_THAT(technologies, ElementsAre(Technology::kEthernet));
91 "ethernet,vpn", &technologies, &error));
92 EXPECT_THAT(technologies, ElementsAre(Technology::kEthernet,
97 "wifi,ethernet,vpn", &technologies, &error));
98 EXPECT_THAT(technologies, ElementsAre(Technology::kWifi,
106 vector<Technology::Identifier> technologies; local
127 vector<Technology::Identifier> technologies; local
[all...]
H A Ddevice_info_unittest.cc391 vector<string> technologies = device_info_.GetUninitializedTechnologies(); local
394 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()),
398 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()),
402 technologies = device_info_.GetUninitializedTechnologies();
405 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()),
409 technologies = device_info_.GetUninitializedTechnologies();
412 EXPECT_THAT(set<string>(technologies
[all...]
H A Dmanager.cc957 vector<Technology::Identifier> technologies; local
959 &technologies,
961 std::find(technologies.begin(), technologies.end(), tech) !=
962 technologies.end();
2516 // Ignore other technologies.
2552 // TODO(quiche): support scanning for other technologies?
H A Dmanager_unittest.cc2796 vector<string> technologies = manager()->AvailableTechnologies(&error); local
2798 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()),
2860 vector<string> technologies = manager()->ConnectedTechnologies(&error); local
2861 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()),
4622 // Manager should ignore gelocation info from technologies it does not know.

Completed in 102 milliseconds