Home
last modified time | relevance | path

Searched refs:ConvertToCPUUInt32 (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/net/
Dbyte_string.cc82 bool ByteString::ConvertToCPUUInt32(uint32_t* val) const { in ConvertToCPUUInt32() function in shill::ByteString
92 if (!ConvertToCPUUInt32(val)) { in ConvertToNetUInt32()
Dbyte_string.h81 bool ConvertToCPUUInt32(uint32_t* val) const;
Drtnl_message_unittest.cc418 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()
Dbyte_string_unittest.cc148 EXPECT_TRUE(bs3.ConvertToCPUUInt32(&val)); in TEST_F()
/system/connectivity/shill/
Drouting_table_unittest.cc197 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) &&
Drouting_table.cc307 if (!message.GetAttribute(RTA_OIF).ConvertToCPUUInt32(&interface_index_u32)) { in ParseRoutingTableMessage()
314 message.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric); in ParseRoutingTableMessage()