Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp3265 OHOS::Util::DecodeInfo* stdDecodeInfo2 = nullptr; variable
3267 stdDecodeInfo2 = new OHOS::Util::DecodeInfo();
3268 stdDecodeInfo2->sinputDecode = arr2;
3269 stdDecodeInfo2->slength = 2;
3270 stdDecodeInfo2->valueType = OHOS::Util::Type::BASIC_URL_SAFE;
3271 unsigned char* res2 = OHOS::Util::DecodeAchieves(env, stdDecodeInfo2);