Home
last modified time | relevance | path

Searched refs:SetUint32Property (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dmock_property_store.h51 MOCK_METHOD3(SetUint32Property, bool(const std::string&, uint32_t, Error*));
Dproperty_store.h149 virtual bool SetUint32Property(const std::string& name,
Dproperty_store.cc98 ret = SetUint32Property(name, value.Get<uint32_t>(), error); in SetAnyProperty()
411 bool PropertyStore::SetUint32Property(const string& name, in SetUint32Property() function in shill::PropertyStore
Dproperty_store_unittest.cc257 return store->SetUint32Property(name, new_value, error); in SetProperty()