Searched refs:GetU32Value (Results 1 – 4 of 4) sorted by relevance
28 EXPECT_TRUE(u8_attribute.GetU32Value(&value_from_u8_attribute)); in TEST_F()36 EXPECT_TRUE(u32_attribute.GetU32Value(&value_from_u32_attribute)); in TEST_F()
83 virtual bool GetU32Value(uint32_t* value) const;190 virtual bool GetU32Value(uint32_t* value) const;
321 bool NetlinkAttribute::GetU32Value(uint32_t* value) const { in GetU32Value() function in shill::NetlinkAttribute568 bool NetlinkU32Attribute::GetU32Value(uint32_t* output) const { in GetU32Value() function in shill::NetlinkU32Attribute592 if (!GetU32Value(&value)) in ToString()
194 return attribute->GetU32Value(value); in GetU32AttributeValue()