Searched refs:shill_network_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_type_pattern.h37 // Matches only networks of exactly the type |shill_network_type|, which must
42 static NetworkTypePattern Primitive(const std::string& shill_network_type);
45 bool MatchesType(const std::string& shill_network_type) const;
H A Dnetwork_type_pattern.cc32 const char* shill_network_type; member in struct:chromeos::__anon6197::ShillToBitFlagEntry
46 if (shill_type_to_flag[i].shill_network_type == shill_type)
103 const std::string& shill_network_type) {
104 return NetworkTypePattern(ShillNetworkTypeToFlag(shill_network_type));
112 const std::string& shill_network_type) const {
113 return MatchesPattern(Primitive(shill_network_type));
142 str += shill_type_to_flag[i].shill_network_type;
102 Primitive( const std::string& shill_network_type) argument
/external/chromium_org/chromeos/network/onc/
H A Donc_translator_shill_to_onc.cc184 std::string shill_network_type; local
186 &shill_network_type);
188 if (shill_network_type == shill::kTypeEthernetEap)
392 std::string shill_network_type; local
394 &shill_network_type);
396 if (shill_network_type != shill::kTypeEthernet &&
397 shill_network_type != shill::kTypeEthernetEap) {
399 kNetworkTypeTable, shill_network_type, &onc_network_type);

Completed in 240 milliseconds