Home
last modified time | relevance | path

Searched refs:shill_property_util (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_state.cc107 shill_property_util::GetUIDataFromValue(value); in PropertyChanged()
159 shill_property_util::GetNetworkIdFromProperties(properties)); in InitialPropertiesReceived()
328 shill_property_util::GetNameFromProperties(path(), properties); in UpdateName()
Dnetwork_configuration_handler.cc71 shill_property_util::GetNameFromProperties(service_path, properties); in GetPropertiesCallback()
95 if (!shill_property_util::IsPassphraseKey(iter.key())) in LogConfigProperties()
274 shill_property_util::GetNetworkIdFromProperties(properties), in CreateConfiguration()
281 shill_property_util::GetNetworkIdFromProperties(properties)); in CreateConfiguration()
Dshill_property_util.h22 namespace shill_property_util {
Dmanaged_network_configuration_handler_impl.cc149 shill_property_util::GetUIDataFromProperties(*shill_properties); in SendManagedProperties()
484 shill_property_util::GetNetworkIdFromProperties( in UpdateExistingConfigurationWithPropertiesFromPolicy()
491 if (!shill_property_util::CopyIdentifyingProperties( in UpdateExistingConfigurationWithPropertiesFromPolicy()
496 shill_property_util::GetNetworkIdFromProperties( in UpdateExistingConfigurationWithPropertiesFromPolicy()
Dpolicy_applicator.cc127 shill_property_util::GetUIDataFromProperties(entry_properties); in GetEntryCallback()
187 shill_property_util::DoIdentifyingPropertiesMatch( in GetEntryCallback()
Ddevice_state.cc49 return shill_property_util::GetHomeProviderFromProperty( in PropertyChanged()
Dpolicy_util.cc202 shill_property_util::SetUIData(*ui_data, shill_dictionary.get()); in CreateShillConfiguration()
Dnetwork_configuration_handler_unittest.cc352 shill_property_util::SetSSID(networkName, &value); in TEST_F()
598 shill_property_util::SetSSID(service_path, &properties); in TEST_F()
Dshill_property_util.cc22 namespace shill_property_util { namespace
Dnetwork_connection_handler.cc423 shill_property_util::GetUIDataFromProperties(service_properties); in VerifyConfiguredAndConnect()
/external/chromium_org/chromeos/network/onc/
Donc_translator_onc_to_shill.cc162 shill_property_util::SetSSID(ssid, shill_dictionary_); in TranslateWiFi()
Donc_translator_shill_to_onc.cc243 std::string ssid = shill_property_util::GetSSIDFromProperties( in TranslateWiFiWithState()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_state_notifier.cc293 chromeos::shill_property_util::GetNameFromProperties(service_path, in ShowConnectErrorNotification()
/external/chromium_org/chromeos/dbus/
Dshill_client_unittest_base.cc292 shill_property_util::SetSSID("testssid", properties); in CreateExampleServiceProperties()
Dfake_shill_service_client.cc379 shill_property_util::SetSSID(name, properties); in SetServiceProperties()
/external/chromium_org/chromeos/
Dchromeos.gyp356 'network/shill_property_util.cc',
357 'network/shill_property_util.h',
/external/chromium_org/chrome/browser/chromeos/options/
Dwifi_config_view.cc679 shill_property_util::SetSSID(GetSsid(), &properties); in Login()