Searched refs:ReadStdDecode (Results 1 – 2 of 2) sorted by relevance
163 static void ReadStdDecode(napi_env env, void *data);
619 napi_create_async_work(env, nullptr, resourceName, ReadStdDecode, EndStdDecode, in CreateDecodePromise()740 void Base64::ReadStdDecode(napi_env env, void *data) in ReadStdDecode() function in OHOS::Util::Base64