Searched refs:vpn_provider_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dshill_property_util.cc278 std::string vpn_provider_type; local
288 &vpn_provider_type);
293 shill::kProviderTypeProperty, &vpn_provider_type);
297 success &= !vpn_provider_type.empty();
299 vpn_provider_type);
H A Dnetwork_connection_handler.cc398 std::string vpn_provider_type, vpn_provider_host, vpn_client_cert_id; local
405 shill::kTypeProperty, &vpn_provider_type);
411 if (vpn_provider_type.empty() || vpn_provider_host.empty()) {
431 if (vpn_provider_type == shill::kProviderOpenVpn) {
495 service_path, vpn_provider_type, *provider_properties)) {

Completed in 129 milliseconds