Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp135 static std::string GetStringBase64(napi_env env, napi_value str, EncodingType type) in GetStringBase64() function
144 string strDecoded = GetStringBase64(env, str, type); in FromStringBase64()
965 str = GetStringBase64(env, args, eType); in GetValue()