Home
last modified time | relevance | path

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

/external/chromium_org/components/onc/
Donc_constants.cc36 const char kCellular[] = "Cellular"; variable
53 const char kCellular[] = "Cellular"; variable
Donc_constants.h58 ONC_EXPORT extern const char kCellular[];
75 ONC_EXPORT extern const char kCellular[];
/external/chromium_org/chromeos/network/onc/
Donc_validator.cc454 ::onc::network_type::kCellular, in ValidateNetworkConfiguration()
488 } else if (type == ::onc::network_type::kCellular) { in ValidateNetworkConfiguration()
490 RequireField(*result, ::onc::network_config::kCellular); in ValidateNetworkConfiguration()
Donc_signature.cc271 { ::onc::network_config::kCellular, &kCellularSignature},
275 { ::onc::network_config::kCellular, &kCellularWithStateSignature},
Donc_translation_tables.cc219 { ::onc::network_type::kCellular, shill::kTypeCellular},
/external/chromium_org/components/wifi/
Dfake_wifi_service.cc73 network_properties.type = onc::network_type::kCellular; in FakeWiFiService()