Searched refs:ConvertToCPUUInt32 (Results 1 – 6 of 6) sorted by relevance
82 bool ByteString::ConvertToCPUUInt32(uint32_t* val) const { in ConvertToCPUUInt32() function in shill::ByteString92 if (!ConvertToCPUUInt32(val)) { in ConvertToNetUInt32()
81 bool ConvertToCPUUInt32(uint32_t* val) const;
418 EXPECT_TRUE(msg.GetAttribute(IFLA_MTU).ConvertToCPUUInt32(&mtu_val)); in TestParseLink()501 EXPECT_TRUE(msg.GetAttribute(RTA_OIF).ConvertToCPUUInt32(&int_val)); in TestParseRoute()510 msg.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric_val)); in TestParseRoute()
148 EXPECT_TRUE(bs3.ConvertToCPUUInt32(&val)); in TEST_F()
197 arg->GetAttribute(RTA_OIF).ConvertToCPUUInt32(&oif) &&199 arg->GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&priority) &&229 arg->GetAttribute(RTA_OIF).ConvertToCPUUInt32(&oif) &&231 arg->GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&priority) &&590 arg->GetAttribute(RTA_OIF).ConvertToCPUUInt32(&oif) &&
307 if (!message.GetAttribute(RTA_OIF).ConvertToCPUUInt32(&interface_index_u32)) { in ParseRoutingTableMessage()314 message.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric); in ParseRoutingTableMessage()