Home
last modified time | relevance | path

Searched refs:SetStringmapProperty (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dmock_property_store.h41 MOCK_METHOD3(SetStringmapProperty, bool(const std::string&,
Dproperty_store.h119 virtual bool SetStringmapProperty(
Dproperty_store.cc84 ret = SetStringmapProperty(name, value.Get<Stringmap>(), error); in SetAnyProperty()
364 bool PropertyStore::SetStringmapProperty(const string& name, in SetStringmapProperty() function in shill::PropertyStore
Dproperty_store_unittest.cc219 return store->SetStringmapProperty(name, new_value, error); in SetProperty()
Dservice.cc724 store_.SetStringmapProperty(it.first, in Configure()