Searched refs:SetInt16Property (Results 1 – 4 of 4) sorted by relevance
36 MOCK_METHOD3(SetInt16Property, bool(const std::string&, int16_t, Error*));
103 virtual bool SetInt16Property(const std::string& name,
76 ret = SetInt16Property(name, value.Get<int16_t>(), error); in SetAnyProperty()339 bool PropertyStore::SetInt16Property(const string& name, in SetInt16Property() function in shill::PropertyStore
200 return store->SetInt16Property(name, new_value, error); in SetProperty()