Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_property_store.h49 MOCK_METHOD3(SetUint16sProperty, bool(const std::string&,
Dproperty_store.h145 virtual bool SetUint16sProperty(const std::string& name,
Dproperty_store.cc96 ret = SetUint16sProperty(name, value.Get<Uint16s>(), error); in SetAnyProperty()
404 bool PropertyStore::SetUint16sProperty(const string& name, in SetUint16sProperty() function in shill::PropertyStore
Dproperty_store_unittest.cc251 return store->SetUint16sProperty(name, new_value, error); in SetProperty()