Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_property_store.h47 MOCK_METHOD3(SetUint8Property, bool(const std::string&, uint8_t, Error*));
Dproperty_store.h133 virtual bool SetUint8Property(const std::string& name,
Dproperty_store.cc74 ret = SetUint8Property(name, value.Get<uint8_t>(), error); in SetAnyProperty()
386 bool PropertyStore::SetUint8Property(const string& name, in SetUint8Property() function in shill::PropertyStore
Dproperty_store_unittest.cc239 return store->SetUint8Property(name, new_value, error); in SetProperty()