Searched refs:SetInt32Property (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/ |
D | mock_property_store.h | 37 MOCK_METHOD3(SetInt32Property, bool(const std::string&, int32_t, Error*));
|
D | static_ip_parameters_unittest.cc | 140 store->SetInt32Property( in SetStaticPropertiesWithVersion() 151 store->SetInt32Property("StaticIP.Prefixlen", kPrefixLen + version, &error); in SetStaticPropertiesWithVersion()
|
D | property_store.h | 107 virtual bool SetInt32Property(const std::string& name,
|
D | property_store.cc | 78 ret = SetInt32Property(name, value.Get<int32_t>(), error); in SetAnyProperty() 345 bool PropertyStore::SetInt32Property(const string& name, in SetInt32Property() function in shill::PropertyStore
|
D | property_store_unittest.cc | 206 return store->SetInt32Property(name, new_value, error); in SetProperty()
|
D | service.cc | 678 store_.SetInt32Property(it.first, it.second.Get<int32_t>(), &set_error); in Configure()
|
D | service_unittest.cc | 314 service_->mutable_store()->SetInt32Property(kPriorityProperty, in TEST_F()
|