Searched refs:SetUint16sProperty (Results 1 – 4 of 4) sorted by relevance
49 MOCK_METHOD3(SetUint16sProperty, bool(const std::string&,
145 virtual bool SetUint16sProperty(const std::string& name,
96 ret = SetUint16sProperty(name, value.Get<Uint16s>(), error); in SetAnyProperty()404 bool PropertyStore::SetUint16sProperty(const string& name, in SetUint16sProperty() function in shill::PropertyStore
251 return store->SetUint16sProperty(name, new_value, error); in SetProperty()