Searched refs:SetUint8Property (Results 1 – 4 of 4) sorted by relevance
47 MOCK_METHOD3(SetUint8Property, bool(const std::string&, uint8_t, Error*));
133 virtual bool SetUint8Property(const std::string& name,
74 ret = SetUint8Property(name, value.Get<uint8_t>(), error); in SetAnyProperty()386 bool PropertyStore::SetUint8Property(const string& name, in SetUint8Property() function in shill::PropertyStore
239 return store->SetUint8Property(name, new_value, error); in SetProperty()