Searched refs:LimitedWorkerConstructor (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.h | 289 static napi_value LimitedWorkerConstructor(napi_env env, napi_callback_info cbinfo);
|
H A D | worker.cpp | 101 …class(env, limitedWorkerName, sizeof(limitedWorkerName), Worker::LimitedWorkerConstructor, nullptr, in InitWorker() 172 napi_value Worker::LimitedWorkerConstructor(napi_env env, napi_callback_info cbinfo) in LimitedWorkerConstructor() function in Commonlibrary::Concurrent::WorkerModule::Worker
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
H A D | test_worker.cpp | 906 …_function(workerEnv, funcName.c_str(), funcName.size(), Worker::LimitedWorkerConstructor, nullptr,… 1349 …_function(workerEnv, funcName.c_str(), funcName.size(), Worker::LimitedWorkerConstructor, nullptr,… 1406 …napi_create_function(env, funcName.c_str(), funcName.size(), Worker::LimitedWorkerConstructor, nul…
|