Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.h54 struct DecodeInfo { struct
76 unsigned char *DecodeAchieves(napi_env env, DecodeInfo *decodeInfo); argument
80 … const char *input, DecodeInfo *decodeInfo, unsigned char *retDecode);
158 DecodeInfo *stdDecodeInfo_ = nullptr;
H A Djs_base64.cpp612 stdDecodeInfo_ = new DecodeInfo(); in CreateDecodePromise()
641 size_t DecodeOut(size_t equalCount, size_t retLen, DecodeInfo *decodeInfo) in DecodeOut()
662 unsigned char *DecodeAchieves(napi_env env, DecodeInfo *decodeInfo) in DecodeAchieves()
707 … const char *input, DecodeInfo *decodeInfo, unsigned char *retDecode) in DecodeAchievesInner()
742 auto stdDecodeInfo = reinterpret_cast<DecodeInfo*>(data); in ReadStdDecode()
748 auto stdDecodeInfo = reinterpret_cast<DecodeInfo*>(buffer); in EndStdDecode()
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp3265 OHOS::Util::DecodeInfo* stdDecodeInfo2 = nullptr;
3267 stdDecodeInfo2 = new OHOS::Util::DecodeInfo();
3274 OHOS::Util::DecodeInfo* stdDecodeInfo3 = nullptr;
3276 stdDecodeInfo3 = new OHOS::Util::DecodeInfo();