Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnetlink_attribute.h81 virtual bool SetU16Value(uint16_t value);
172 virtual bool SetU16Value(uint16_t new_value);
Dnetlink_attribute.cc316 bool NetlinkAttribute::SetU16Value(uint16_t value) { in SetU16Value() function in shill::NetlinkAttribute
510 SetU16Value(data); in InitFromValue()
526 bool NetlinkU16Attribute::SetU16Value(uint16_t new_value) { in SetU16Value() function in shill::NetlinkU16Attribute
Dattribute_list.cc185 return attribute->SetU16Value(value); in SetU16AttributeValue()