Home
last modified time | relevance | path

Searched refs:SetProperty (Results 1 – 25 of 42) sorted by relevance

12

/system/connectivity/shill/test-scripts/
Dset-device-property14 device.SetProperty(property_key, dbus.UInt16(value))
16 device.SetProperty(property_key, dbus.Int32(value))
18 device.SetProperty(property_key,
21 device.SetProperty(property_key, value)
Dset-service-property19 service.SetProperty(property_key, int(value))
22 service.SetProperty(property_key,
25 service.SetProperty(property_key, value)
Dtest-flimflam176 service.SetProperty("Passphrase", passphrase)
206 service.SetProperty("AutoConnect", autoconnect)
296 manager.SetProperty("OfflineMode", active)
358 device.SetProperty("Powered", powered)
Dset-mtu18 ipconfig.SetProperty("Mtu", int(mtu))
Denable-device23 device.SetProperty("Powered", dbus.Boolean(1))
Ddisable-device23 device.SetProperty("Powered", dbus.Boolean(0))
Dset-address25 ipconfig.SetProperty("Address", address)
Dflimflam.py419 self.manager.SetProperty("Country", country)
426 self.manager.SetProperty("CheckPortalList", tech_list)
433 self.manager.SetProperty("PortalURL", url)
440 self.manager.SetProperty("ArpGateway", do_arp_gateway)
/system/nativepower/daemon/
Dsystem_property_setter.h33 virtual bool SetProperty(const std::string& key,
44 bool SetProperty(const std::string& key, const std::string& value) override;
Dsystem_property_setter.cc27 bool SystemPropertySetter::SetProperty(const std::string& key, in SetProperty() function in android::SystemPropertySetter
Dsystem_property_setter_stub.cc31 bool SystemPropertySetterStub::SetProperty(const std::string& key, in SetProperty() function in android::SystemPropertySetterStub
Dsystem_property_setter_stub.h40 bool SetProperty(const std::string& key, const std::string& value) override;
Dpower_manager.cc135 if (!property_setter_->SetProperty(ANDROID_RB_PROPERTY, in reboot()
153 if (!property_setter_->SetProperty(ANDROID_RB_PROPERTY, in shutdown()
Dpower_manager_unittest.cc153 ASSERT_TRUE(property_setter_->SetProperty(ANDROID_RB_PROPERTY, "")); in TEST_F()
171 ASSERT_TRUE(property_setter_->SetProperty(ANDROID_RB_PROPERTY, "")); in TEST_F()
/system/connectivity/shill/
Dproperty_store_unittest.cc137 bool SetProperty(
176 TYPED_TEST(PropertyStoreTypedTest, SetProperty) { in TYPED_TEST() argument
187 EXPECT_TRUE(this->SetProperty(&store, "some property", &error)); in TYPED_TEST()
188 EXPECT_FALSE(this->SetProperty(&store, "some property", &error)); in TYPED_TEST()
191 template<> bool PropertyStoreTypedTest<bool>::SetProperty( in SetProperty() function in shill::PropertyStoreTypedTest
197 template<> bool PropertyStoreTypedTest<int16_t>::SetProperty( in SetProperty() function in shill::PropertyStoreTypedTest
203 template<> bool PropertyStoreTypedTest<int32_t>::SetProperty( in SetProperty() function in shill::PropertyStoreTypedTest
209 template<> bool PropertyStoreTypedTest<string>::SetProperty( in SetProperty() function in shill::PropertyStoreTypedTest
215 template<> bool PropertyStoreTypedTest<Stringmap>::SetProperty( in SetProperty() function in shill::PropertyStoreTypedTest
222 template<> bool PropertyStoreTypedTest<Stringmaps>::SetProperty( in SetProperty() function in shill::PropertyStoreTypedTest
[all …]
Dproperty_store.cc336 return SetProperty(name, value, error, &bool_properties_, "a bool"); in SetBoolProperty()
342 return SetProperty(name, value, error, &int16_properties_, "an int16_t"); in SetInt16Property()
348 return SetProperty(name, value, error, &int32_properties_, "an int32_t."); in SetInt32Property()
354 return SetProperty(name, value, error, &key_value_store_properties_, in SetKeyValueStoreProperty()
361 return SetProperty(name, value, error, &string_properties_, "a string"); in SetStringProperty()
367 return SetProperty(name, values, error, &stringmap_properties_, in SetStringmapProperty()
375 return SetProperty(name, values, error, &stringmaps_properties_, in SetStringmapsProperty()
382 return SetProperty(name, values, error, &strings_properties_, in SetStringsProperty()
389 return SetProperty(name, value, error, &uint8_properties_, "a uint8_t"); in SetUint8Property()
395 return SetProperty(name, value, error, &bytearray_properties_, "a byte array"); in SetByteArrayProperty()
[all …]
/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.cc92 bool ChromeosProfileDBusAdaptor::SetProperty( in SetProperty() function in shill::ChromeosProfileDBusAdaptor
95 return ChromeosDBusAdaptor::SetProperty(profile_->mutable_store(), in SetProperty()
Dchromeos_ipconfig_dbus_adaptor.cc106 bool ChromeosIPConfigDBusAdaptor::SetProperty( in SetProperty() function in shill::ChromeosIPConfigDBusAdaptor
109 return ChromeosDBusAdaptor::SetProperty(ipconfig_->mutable_store(), in SetProperty()
Dchromeos_profile_dbus_adaptor.h63 bool SetProperty(brillo::ErrorPtr* error,
Dchromeos_ipconfig_dbus_adaptor.h64 bool SetProperty(brillo::ErrorPtr* error,
Dchromeos_service_dbus_adaptor.cc121 bool ChromeosServiceDBusAdaptor::SetProperty( in SetProperty() function in shill::ChromeosServiceDBusAdaptor
124 return ChromeosDBusAdaptor::SetProperty(service_->mutable_store(), in SetProperty()
Dchromeos_dbus_adaptor.h100 static bool SetProperty(PropertyStore* store,
Dchromeos_service_dbus_adaptor.h70 bool SetProperty(brillo::ErrorPtr* error,
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_shill_wifi_client.cc167 CHECK(service->SetProperty(security_param.first, security_param.second, nullptr)); in ConnectToWifiNetwork()
170 CHECK(service->SetProperty(shill::kGuidProperty, brillo::Any(guid), nullptr)); in ConnectToWifiNetwork()
173 CHECK(service->SetProperty( in ConnectToWifiNetwork()
275 is_success &= device->SetProperty( in ConfigureBgScan()
280 is_success &= device->SetProperty( in ConfigureBgScan()
284 is_success &= device->SetProperty( in ConfigureBgScan()
288 is_success &= device->SetProperty( in ConfigureBgScan()
498 return device->SetProperty( in SetPropertyOnDevice()
/system/connectivity/shill/bin/
Dset_arpgw73 dbus / $IMANAGER.SetProperty string:"ArpGateway" variant:boolean:$set_arpgw

12