Home
last modified time | relevance | path

Searched refs:SetU8Value (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_attribute.h78 virtual bool SetU8Value(uint8_t new_value);
154 virtual bool SetU8Value(uint8_t new_value);
Dnetlink_attribute.cc306 bool NetlinkAttribute::SetU8Value(uint8_t value) { in SetU8Value() function in shill::NetlinkAttribute
456 SetU8Value(data); in InitFromValue()
472 bool NetlinkU8Attribute::SetU8Value(uint8_t new_value) { in SetU8Value() function in shill::NetlinkU8Attribute
Dattribute_list.cc158 return attribute->SetU8Value(value); in SetU8AttributeValue()