Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.h156 void CreateDecodePromise(napi_env env, char *inputDecode, size_t length, Type valueType);
H A Djs_base64.cpp595 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