Home
last modified time | relevance | path

Searched refs:ReadStdDecode (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_base64.h163 static void ReadStdDecode(napi_env env, void *data);
H A Djs_base64.cpp617 napi_create_string_utf8(env, "ReadStdDecode", NAPI_AUTO_LENGTH, &resourceName); in CreateDecodePromise()
618 napi_create_async_work(env, nullptr, resourceName, ReadStdDecode, EndStdDecode, in CreateDecodePromise()
739 void Base64::ReadStdDecode(napi_env env, void *data) in ReadStdDecode() function in OHOS::Util::Base64

Completed in 3 milliseconds