Searched refs:kNameProperty (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_state_unittest.cc78 // Setting kNameProperty should set network name after call to
84 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, network_setname));
94 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, network_setname));
105 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, network_setname));
116 EXPECT_TRUE(SetStringProperty(shill::kNameProperty, wifi_utf8));
H A Dmanaged_state.cc70 dictionary->SetStringWithoutPathExpansion(shill::kNameProperty, name());
76 if (key == shill::kNameProperty) {
H A Dshill_property_util.cc87 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
157 if (properties.GetStringWithoutPathExpansion(shill::kNameProperty, &result))
167 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
273 service_properties, shill::kNameProperty, dest);
H A Dnetwork_configuration_handler_unittest.cc589 service_path, shill::kNameProperty, &name_result));
597 properties.SetStringWithoutPathExpansion(shill::kNameProperty, service_path);
H A Dnetwork_configuration_handler.cc74 properties_copy->SetStringWithoutPathExpansion(shill::kNameProperty, name);
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc65 const char kNameProperty[] = "name"; member in namespace:extensions::core_api::__anon8060
143 pending_properties_.insert(kNameProperty);
145 CreatePropertySetCallback(kNameProperty),
146 CreatePropertyErrorCallback(kNameProperty));
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.cc29 RegisterProperty(bluetooth_adapter::kNameProperty, &name);
H A Dbluetooth_device_client.cc30 RegisterProperty(bluetooth_device::kNameProperty, &name);
H A Dcras_audio_client.cc393 } else if (key == cras::kNameProperty) {
H A Dfake_shill_device_client.cc281 properties->SetStringWithoutPathExpansion(shill::kNameProperty, name);
H A Dfake_shill_service_client.cc382 shill::kNameProperty,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc91 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
293 shill::kNameProperty, &name) ||
/external/chromium_org/chromeos/network/onc/
H A Donc_translator_shill_to_onc.cc411 shill_dictionary_->GetStringWithoutPathExpansion(shill::kNameProperty, &name);
667 shill_dictionary_->GetStringWithoutPathExpansion(shill::kNameProperty, &name);
H A Donc_translator_onc_to_shill.cc265 shill_dictionary_->SetStringWithoutPathExpansion(shill::kNameProperty,
/external/chromium_org/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc359 shill::kNameProperty, GetService());

Completed in 5364 milliseconds