Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_property_store.h36 MOCK_METHOD3(SetInt16Property, bool(const std::string&, int16_t, Error*));
Dproperty_store.h103 virtual bool SetInt16Property(const std::string& name,
Dproperty_store.cc76 ret = SetInt16Property(name, value.Get<int16_t>(), error); in SetAnyProperty()
339 bool PropertyStore::SetInt16Property(const string& name, in SetInt16Property() function in shill::PropertyStore
Dproperty_store_unittest.cc200 return store->SetInt16Property(name, new_value, error); in SetProperty()