Home
last modified time | relevance | path

Searched refs:CreateFromCPUUInt32 (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/net/
Dnl80211_attribute_unittest.cc32 ByteString u32_value = ByteString::CreateFromCPUUInt32(kU32Value); in TEST_F()
Dbyte_string.cc64 ByteString ByteString::CreateFromCPUUInt32(uint32_t val) { in CreateFromCPUUInt32() function in shill::ByteString
70 return CreateFromCPUUInt32(ntohl(val)); in CreateFromNetUInt32()
Dbyte_string.h68 static ByteString CreateFromCPUUInt32(uint32_t val);
Drtnl_message_unittest.cc734 msg.SetAttribute(RTA_OIF, ByteString::CreateFromCPUUInt32(12)); in TEST_F()
735 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(13)); in TEST_F()
Dbyte_string_unittest.cc145 ByteString bs3 = ByteString::CreateFromCPUUInt32(0x1020304); in TEST_F()
Dnetlink_manager_unittest.cc970 ByteString::CreateFromCPUUInt32(EBUSY); in TEST_F()
/system/connectivity/shill/
Drouting_table.cc463 ByteString::CreateFromCPUUInt32(entry.metric)); in ApplyRoute()
465 ByteString::CreateFromCPUUInt32(interface_index)); in ApplyRoute()
533 ByteString::CreateFromCPUUInt32(interface_index)); in RequestRouteToHost()
575 ByteString::CreateFromCPUUInt32(metric)); in CreateBlackholeRoute()
577 ByteString::CreateFromCPUUInt32(interface_index)); in CreateBlackholeRoute()
Drouting_table_unittest.cc274 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(entry.metric)); in SendRouteEntryWithSeqAndProto()
275 msg.SetAttribute(RTA_OIF, ByteString::CreateFromCPUUInt32(interface_index)); in SendRouteEntryWithSeqAndProto()