Home
last modified time | relevance | path

Searched refs:CreateFromNetUInt32 (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/net/
Dbyte_string.h70 static ByteString CreateFromNetUInt32(uint32_t val);
Dbyte_string.cc69 ByteString ByteString::CreateFromNetUInt32(uint32_t val) { in CreateFromNetUInt32() function in shill::ByteString
Dbyte_string_unittest.cc131 ByteString bs1 = ByteString::CreateFromNetUInt32(kTest2Uint32); in TEST_F()