Searched defs:SetProperty (Results 1 - 10 of 10) sorted by relevance

/system/nativepower/daemon/
H A Dsystem_property_setter.cc27 bool SystemPropertySetter::SetProperty(const std::string& key, function in class:android::SystemPropertySetter
H A Dsystem_property_setter_stub.cc31 bool SystemPropertySetterStub::SetProperty(const std::string& key, function in class:android::SystemPropertySetterStub
/system/connectivity/shill/dbus/
H A Dchromeos_ipconfig_dbus_adaptor.cc106 bool ChromeosIPConfigDBusAdaptor::SetProperty( function in class:shill::ChromeosIPConfigDBusAdaptor
109 return ChromeosDBusAdaptor::SetProperty(ipconfig_->mutable_store(),
H A Dchromeos_profile_dbus_adaptor.cc92 bool ChromeosProfileDBusAdaptor::SetProperty( function in class:shill::ChromeosProfileDBusAdaptor
95 return ChromeosDBusAdaptor::SetProperty(profile_->mutable_store(),
H A Dchromeos_dbus_adaptor.cc57 bool ChromeosDBusAdaptor::SetProperty(PropertyStore* store, function in class:shill::ChromeosDBusAdaptor
H A Dchromeos_service_dbus_adaptor.cc121 bool ChromeosServiceDBusAdaptor::SetProperty( function in class:shill::ChromeosServiceDBusAdaptor
124 return ChromeosDBusAdaptor::SetProperty(service_->mutable_store(),
H A Dchromeos_device_dbus_adaptor.cc143 bool ChromeosDeviceDBusAdaptor::SetProperty(brillo::ErrorPtr* error, function in class:shill::ChromeosDeviceDBusAdaptor
147 return ChromeosDBusAdaptor::SetProperty(device_->mutable_store(),
H A Dchromeos_manager_dbus_adaptor.cc126 bool ChromeosManagerDBusAdaptor::SetProperty(brillo::ErrorPtr* error, function in class:shill::ChromeosManagerDBusAdaptor
130 return ChromeosDBusAdaptor::SetProperty(manager_->mutable_store(),
/system/connectivity/shill/
H A Dproperty_store_unittest.cc137 bool SetProperty(
176 TYPED_TEST(PropertyStoreTypedTest, SetProperty) {
184 // generate a change callback. The second SetProperty, however,
187 EXPECT_TRUE(this->SetProperty(&store, "some property", &error));
188 EXPECT_FALSE(this->SetProperty(&store, "some property", &error));
191 template<> bool PropertyStoreTypedTest<bool>::SetProperty( function in class:shill::PropertyStoreTypedTest
197 template<> bool PropertyStoreTypedTest<int16_t>::SetProperty( function in class:shill::PropertyStoreTypedTest
203 template<> bool PropertyStoreTypedTest<int32_t>::SetProperty( function in class:shill::PropertyStoreTypedTest
209 template<> bool PropertyStoreTypedTest<string>::SetProperty( function in class:shill::PropertyStoreTypedTest
215 template<> bool PropertyStoreTypedTest<Stringmap>::SetProperty( function in class:shill::PropertyStoreTypedTest
222 template<> bool PropertyStoreTypedTest<Stringmaps>::SetProperty( function in class:shill::PropertyStoreTypedTest
229 template<> bool PropertyStoreTypedTest<Strings>::SetProperty( function in class:shill::PropertyStoreTypedTest
236 template<> bool PropertyStoreTypedTest<uint8_t>::SetProperty( function in class:shill::PropertyStoreTypedTest
242 template<> bool PropertyStoreTypedTest<uint16_t>::SetProperty( function in class:shill::PropertyStoreTypedTest
248 template<> bool PropertyStoreTypedTest<Uint16s>::SetProperty( function in class:shill::PropertyStoreTypedTest
254 template<> bool PropertyStoreTypedTest<uint32_t>::SetProperty( function in class:shill::PropertyStoreTypedTest
[all...]
H A Dproperty_store.cc336 return SetProperty(name, value, error, &bool_properties_, "a bool");
342 return SetProperty(name, value, error, &int16_properties_, "an int16_t");
348 return SetProperty(name, value, error, &int32_properties_, "an int32_t.");
354 return SetProperty(name, value, error, &key_value_store_properties_,
361 return SetProperty(name, value, error, &string_properties_, "a string");
367 return SetProperty(name, values, error, &stringmap_properties_,
375 return SetProperty(name, values, error, &stringmaps_properties_,
382 return SetProperty(name, values, error, &strings_properties_,
389 return SetProperty(name, value, error, &uint8_properties_, "a uint8_t");
395 return SetProperty(nam
925 bool PropertyStore::SetProperty( function in class:shill::PropertyStore
[all...]

Completed in 7469 milliseconds