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

/system/connectivity/shill/net/
H A Dbyte_string.cc82 bool ByteString::ConvertToCPUUInt32(uint32_t* val) const { function in class:shill::ByteString
92 if (!ConvertToCPUUInt32(val)) {
H A Dbyte_string.h81 bool ConvertToCPUUInt32(uint32_t* val) const;
H A Dbyte_string_unittest.cc148 EXPECT_TRUE(bs3.ConvertToCPUUInt32(&val));
H A Drtnl_message_unittest.cc418 EXPECT_TRUE(msg.GetAttribute(IFLA_MTU).ConvertToCPUUInt32(&mtu_val));
501 EXPECT_TRUE(msg.GetAttribute(RTA_OIF).ConvertToCPUUInt32(&int_val));
510 msg.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric_val));
/system/connectivity/shill/
H A 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) &&
H A Drouting_table.cc307 if (!message.GetAttribute(RTA_OIF).ConvertToCPUUInt32(&interface_index_u32)) {
314 message.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric);

Completed in 157 milliseconds