Searched refs:CreateDecodePromise (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_base64.h | 156 void CreateDecodePromise(napi_env env, char *inputDecode, size_t length, Type valueType);
|
H A D | js_base64.cpp | 595 CreateDecodePromise(env, inputString, prolen, valueType); in Decode() 598 CreateDecodePromise(env, inputDecode, length, valueType); in Decode() 609 void Base64::CreateDecodePromise(napi_env env, char *inputDecode, size_t length, Type valueType) in CreateDecodePromise() function in OHOS::Util::Base64
|