Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp142 static napi_value FromStringBase64(napi_env env, napi_value thisVar, napi_value str, uint32_t size,… in FromStringBase64() function
198 return FromStringBase64(env, thisVar, args[0], size, eType); in FromString()