Searched refs:shill_property_util (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/chromeos/network/ |
D | network_state.cc | 107 shill_property_util::GetUIDataFromValue(value); in PropertyChanged() 159 shill_property_util::GetNetworkIdFromProperties(properties)); in InitialPropertiesReceived() 328 shill_property_util::GetNameFromProperties(path(), properties); in UpdateName()
|
D | network_configuration_handler.cc | 71 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()
|
D | shill_property_util.h | 22 namespace shill_property_util {
|
D | managed_network_configuration_handler_impl.cc | 149 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()
|
D | policy_applicator.cc | 127 shill_property_util::GetUIDataFromProperties(entry_properties); in GetEntryCallback() 187 shill_property_util::DoIdentifyingPropertiesMatch( in GetEntryCallback()
|
D | device_state.cc | 49 return shill_property_util::GetHomeProviderFromProperty( in PropertyChanged()
|
D | policy_util.cc | 202 shill_property_util::SetUIData(*ui_data, shill_dictionary.get()); in CreateShillConfiguration()
|
D | network_configuration_handler_unittest.cc | 352 shill_property_util::SetSSID(networkName, &value); in TEST_F() 598 shill_property_util::SetSSID(service_path, &properties); in TEST_F()
|
D | shill_property_util.cc | 22 namespace shill_property_util { namespace
|
D | network_connection_handler.cc | 423 shill_property_util::GetUIDataFromProperties(service_properties); in VerifyConfiguredAndConnect()
|
/external/chromium_org/chromeos/network/onc/ |
D | onc_translator_onc_to_shill.cc | 162 shill_property_util::SetSSID(ssid, shill_dictionary_); in TranslateWiFi()
|
D | onc_translator_shill_to_onc.cc | 243 std::string ssid = shill_property_util::GetSSIDFromProperties( in TranslateWiFiWithState()
|
/external/chromium_org/ash/system/chromeos/network/ |
D | network_state_notifier.cc | 293 chromeos::shill_property_util::GetNameFromProperties(service_path, in ShowConnectErrorNotification()
|
/external/chromium_org/chromeos/dbus/ |
D | shill_client_unittest_base.cc | 292 shill_property_util::SetSSID("testssid", properties); in CreateExampleServiceProperties()
|
D | fake_shill_service_client.cc | 379 shill_property_util::SetSSID(name, properties); in SetServiceProperties()
|
/external/chromium_org/chromeos/ |
D | chromeos.gyp | 356 'network/shill_property_util.cc', 357 'network/shill_property_util.h',
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | wifi_config_view.cc | 679 shill_property_util::SetSSID(GetSsid(), &properties); in Login()
|