Searched refs:CreateFromCPUUInt32 (Results 1 – 8 of 8) sorted by relevance
32 ByteString u32_value = ByteString::CreateFromCPUUInt32(kU32Value); in TEST_F()
64 ByteString ByteString::CreateFromCPUUInt32(uint32_t val) { in CreateFromCPUUInt32() function in shill::ByteString70 return CreateFromCPUUInt32(ntohl(val)); in CreateFromNetUInt32()
68 static ByteString CreateFromCPUUInt32(uint32_t val);
734 msg.SetAttribute(RTA_OIF, ByteString::CreateFromCPUUInt32(12)); in TEST_F()735 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(13)); in TEST_F()
145 ByteString bs3 = ByteString::CreateFromCPUUInt32(0x1020304); in TEST_F()
970 ByteString::CreateFromCPUUInt32(EBUSY); in TEST_F()
463 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()
274 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(entry.metric)); in SendRouteEntryWithSeqAndProto()275 msg.SetAttribute(RTA_OIF, ByteString::CreateFromCPUUInt32(interface_index)); in SendRouteEntryWithSeqAndProto()