Searched refs:SetUint32Property (Results 1 – 4 of 4) sorted by relevance
51 MOCK_METHOD3(SetUint32Property, bool(const std::string&, uint32_t, Error*));
149 virtual bool SetUint32Property(const std::string& name,
98 ret = SetUint32Property(name, value.Get<uint32_t>(), error); in SetAnyProperty()411 bool PropertyStore::SetUint32Property(const string& name, in SetUint32Property() function in shill::PropertyStore
257 return store->SetUint32Property(name, new_value, error); in SetProperty()