/system/connectivity/shill/test-scripts/ |
D | set-device-property | 14 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)
|
D | set-service-property | 19 service.SetProperty(property_key, int(value)) 22 service.SetProperty(property_key, 25 service.SetProperty(property_key, value)
|
D | test-flimflam | 176 service.SetProperty("Passphrase", passphrase) 206 service.SetProperty("AutoConnect", autoconnect) 296 manager.SetProperty("OfflineMode", active) 358 device.SetProperty("Powered", powered)
|
D | set-mtu | 18 ipconfig.SetProperty("Mtu", int(mtu))
|
D | enable-device | 23 device.SetProperty("Powered", dbus.Boolean(1))
|
D | disable-device | 23 device.SetProperty("Powered", dbus.Boolean(0))
|
D | set-address | 25 ipconfig.SetProperty("Address", address)
|
D | flimflam.py | 419 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/ |
D | system_property_setter.h | 33 virtual bool SetProperty(const std::string& key, 44 bool SetProperty(const std::string& key, const std::string& value) override;
|
D | system_property_setter.cc | 27 bool SystemPropertySetter::SetProperty(const std::string& key, in SetProperty() function in android::SystemPropertySetter
|
D | system_property_setter_stub.cc | 31 bool SystemPropertySetterStub::SetProperty(const std::string& key, in SetProperty() function in android::SystemPropertySetterStub
|
D | system_property_setter_stub.h | 40 bool SetProperty(const std::string& key, const std::string& value) override;
|
D | power_manager.cc | 135 if (!property_setter_->SetProperty(ANDROID_RB_PROPERTY, in reboot() 153 if (!property_setter_->SetProperty(ANDROID_RB_PROPERTY, in shutdown()
|
D | power_manager_unittest.cc | 153 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/ |
D | property_store_unittest.cc | 137 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 …]
|
D | property_store.cc | 336 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/ |
D | chromeos_profile_dbus_adaptor.cc | 92 bool ChromeosProfileDBusAdaptor::SetProperty( in SetProperty() function in shill::ChromeosProfileDBusAdaptor 95 return ChromeosDBusAdaptor::SetProperty(profile_->mutable_store(), in SetProperty()
|
D | chromeos_ipconfig_dbus_adaptor.cc | 106 bool ChromeosIPConfigDBusAdaptor::SetProperty( in SetProperty() function in shill::ChromeosIPConfigDBusAdaptor 109 return ChromeosDBusAdaptor::SetProperty(ipconfig_->mutable_store(), in SetProperty()
|
D | chromeos_profile_dbus_adaptor.h | 63 bool SetProperty(brillo::ErrorPtr* error,
|
D | chromeos_ipconfig_dbus_adaptor.h | 64 bool SetProperty(brillo::ErrorPtr* error,
|
D | chromeos_service_dbus_adaptor.cc | 121 bool ChromeosServiceDBusAdaptor::SetProperty( in SetProperty() function in shill::ChromeosServiceDBusAdaptor 124 return ChromeosDBusAdaptor::SetProperty(service_->mutable_store(), in SetProperty()
|
D | chromeos_dbus_adaptor.h | 100 static bool SetProperty(PropertyStore* store,
|
D | chromeos_service_dbus_adaptor.h | 70 bool SetProperty(brillo::ErrorPtr* error,
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_dbus_shill_wifi_client.cc | 167 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/ |
D | set_arpgw | 73 dbus / $IMANAGER.SetProperty string:"ArpGateway" variant:boolean:$set_arpgw
|