Home
last modified time | relevance | path

Searched defs:EncodeInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_message.h92 struct EncodeInfo { struct
95 uint16_t tpduLen = 0;
96 uint8_t smcaLen = 0;
97 bool isMore_ = false;
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.h42 struct EncodeInfo { struct
43 napi_async_work worker = nullptr;
44 napi_deferred deferred = nullptr;
45 napi_value promise = nullptr;
46 unsigned char *sinputEncode = nullptr;
47 unsigned char *sinputEncoding = nullptr;
48 size_t slength = 0;
49 size_t soutputLen = 0;
50 napi_env env;
51 Type valueType = BASIC;