Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp3274 OHOS::Util::DecodeInfo* stdDecodeInfo3 = nullptr; variable
3276 stdDecodeInfo3 = new OHOS::Util::DecodeInfo();
3277 stdDecodeInfo3->sinputDecode = arr3;
3278 stdDecodeInfo3->slength = 3;
3279 stdDecodeInfo3->valueType = OHOS::Util::Type::BASIC_URL_SAFE;
3280 unsigned char* res3 = OHOS::Util::DecodeAchieves(env, stdDecodeInfo3);