Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Derror.rs26 Decode(DecodeError),
178 H3Error::Decode(value) in from()
H A Ddecoder.rs128 .map_err(|e| H3Error::Decode(e.into()))?; in finish_stream()
778 /// 3. Decode the bytes with unidirectional stream id.
809 /// 3. Decode the bytes with bidirectional stream id.
851 /// 3. Decode the bytes with bidirectional stream id.
H A Dencoder.rs155 /// Decode the instructions sent by the peer decoder stream.
159 .map_err(|e| H3Error::Decode(DecodeError::QpackError(e))) in decode_remote_inst()
/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.h71 napi_value Decode(napi_env env, napi_value src, bool iflag);
H A Djs_base64.h114 * @param src Decode the input uint8 array or string.
140 napi_value Decode(napi_env env, napi_value src, Type valueType);
H A Djs_textdecoder.cpp105 napi_value TextDecoder::Decode(napi_env env, napi_value src, bool iflag) in Decode() function in OHOS::Util::TextDecoder
H A Dnative_module_util.cpp490 valStr = textDecoder->Decode(env, argv, iStream); in TextdecoderDecode()
516 valStr = textDecoder->Decode(env, argvArr[0], iStream); in TextdecoderDecode()
930 napi_value result = object->Decode(env, args[0], Type::BASIC); in DecodeAsync()
1027 return object->Decode(env, args[0], typeValue); in DecodeAsyncHelper()
H A Djs_base64.cpp563 napi_value Base64::Decode(napi_env env, napi_value src, Type valueType) in Decode() function in OHOS::Util::Base64
/commonlibrary/ets_utils/platform/default/
H A Dutil_helper.cpp72 tepStr = UtilPlugin::Decode(input, targetEncStr); in ConvertToString()
/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp905 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
943 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
978 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
1004 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
1042 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
1080 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
1126 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
1171 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
1209 napi_value testString = textDecoder.Decode(env, result2, iflag); in HWTEST_F()
1254 napi_value testString = textDecoder.Decode(en in HWTEST_F()
[all...]

Completed in 14 milliseconds