HomeSort by relevance Sort by last modified time
    Searched refs:CopyIdentifyingProperties (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/network/
shill_property_util.h 59 bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties,
64 // CopyIdentifyingProperties. Only WiFi, VPN, Ethernet and EthernetEAP are
shill_property_util.cc 200 bool CopyIdentifyingProperties(const base::DictionaryValue& service_properties,
226 NET_LOG_ERROR("CopyIdentifyingProperties", "Missing VPN provider dict");
250 NET_LOG_ERROR("CopyIdentifyingProperties", "Missing required properties");
257 if (!CopyIdentifyingProperties(properties_a, &identifying_a))
260 if (!CopyIdentifyingProperties(properties_b, &identifying_b))
managed_network_configuration_handler_impl.cc 469 if (!shill_property_util::CopyIdentifyingProperties(existing_properties,

Completed in 58 milliseconds