Searched refs:technologies (Results 1 – 6 of 6) sorted by relevance
/system/connectivity/shill/ |
D | technology_unittest.cc | 77 vector<Technology::Identifier> technologies; in TEST_F() local 81 "", &technologies, &error)); in TEST_F() 82 EXPECT_THAT(technologies, ElementsAre()); in TEST_F() 86 "ethernet", &technologies, &error)); in TEST_F() 87 EXPECT_THAT(technologies, ElementsAre(Technology::kEthernet)); in TEST_F() 91 "ethernet,vpn", &technologies, &error)); in TEST_F() 92 EXPECT_THAT(technologies, ElementsAre(Technology::kEthernet, in TEST_F() 97 "wifi,ethernet,vpn", &technologies, &error)); in TEST_F() 98 EXPECT_THAT(technologies, ElementsAre(Technology::kWifi, in TEST_F() 106 vector<Technology::Identifier> technologies; in TEST_F() local [all …]
|
D | device_info_unittest.cc | 391 vector<string> technologies = device_info_.GetUninitializedTechnologies(); in TEST_F() local 394 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()), in TEST_F() 398 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()), in TEST_F() 402 technologies = device_info_.GetUninitializedTechnologies(); in TEST_F() 405 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()), in TEST_F() 409 technologies = device_info_.GetUninitializedTechnologies(); in TEST_F() 412 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()), in TEST_F() 419 technologies = device_info_.GetUninitializedTechnologies(); in TEST_F() 422 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()), in TEST_F() 426 technologies = device_info_.GetUninitializedTechnologies(); in TEST_F() [all …]
|
D | manager.cc | 957 vector<Technology::Identifier> technologies; in IsTechnologyInList() local 959 &technologies, in IsTechnologyInList() 961 std::find(technologies.begin(), technologies.end(), tech) != in IsTechnologyInList() 962 technologies.end(); in IsTechnologyInList()
|
D | manager_unittest.cc | 2796 vector<string> technologies = manager()->AvailableTechnologies(&error); in TEST_F() local 2798 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()), in TEST_F() 2860 vector<string> technologies = manager()->ConnectedTechnologies(&error); in TEST_F() local 2861 EXPECT_THAT(set<string>(technologies.begin(), technologies.end()), in TEST_F()
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 133 Enable all technologies of the specified type. 142 Disable all technologies of the specified type. 327 Return a ','-separated string listing known technologies 336 ','-separated list of technologies, sorted from highest 531 The list of available technologies. The strings 536 The list of technologies for which captive portal 547 The list of connected technologies. The strings 608 The list of enabled technologies. The strings 622 The list of technologies for which thie Link 629 The list of technologies for which auto-connect is [all …]
|
D | profile-api.txt | 121 The list of technologies for which captive portal
|