Home
last modified time | relevance | path

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

/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp75 std::vector<uint8_t> vectUint8(strData.begin(), strData.end()); in GetPduVect()
78 vectUint8[0] = GetEnumRandom(vectPduType); in GetPduVect()
79 return vectUint8; in GetPduVect()
607 std::vector<uint8_t> vectUint8 = GetPduVect(); in TestCreateMessage() local
608 std::string pduHex = StringUtils::StringToHex(vectUint8); in TestCreateMessage()

Completed in 2 milliseconds