Home
last modified time | relevance | path

Searched refs:SetInt32Property (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/
Dmock_property_store.h37 MOCK_METHOD3(SetInt32Property, bool(const std::string&, int32_t, Error*));
Dstatic_ip_parameters_unittest.cc140 store->SetInt32Property( in SetStaticPropertiesWithVersion()
151 store->SetInt32Property("StaticIP.Prefixlen", kPrefixLen + version, &error); in SetStaticPropertiesWithVersion()
Dproperty_store.h107 virtual bool SetInt32Property(const std::string& name,
Dproperty_store.cc78 ret = SetInt32Property(name, value.Get<int32_t>(), error); in SetAnyProperty()
345 bool PropertyStore::SetInt32Property(const string& name, in SetInt32Property() function in shill::PropertyStore
Dproperty_store_unittest.cc206 return store->SetInt32Property(name, new_value, error); in SetProperty()
Dservice.cc678 store_.SetInt32Property(it.first, it.second.Get<int32_t>(), &set_error); in Configure()
Dservice_unittest.cc314 service_->mutable_store()->SetInt32Property(kPriorityProperty, in TEST_F()