Home
last modified time | relevance | path

Searched refs:LimitedWorkerConstructor (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h278 static napi_value LimitedWorkerConstructor(napi_env env, napi_callback_info cbinfo);
H A Dworker.cpp99 napi_define_class(env, limitedWorkerName, sizeof(limitedWorkerName), Worker::LimitedWorkerConstructor, nullptr, in InitWorker()
170 napi_value Worker::LimitedWorkerConstructor(napi_env env, napi_callback_info cbinfo) in LimitedWorkerConstructor() function in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp463 Worker::LimitedWorkerConstructor(env, nullptr); in HostOnGlobalCallInner004()
1684 std::string funcName = "LimitedWorkerConstructor"; in HWTEST_F()
1686 napi_create_function(workerEnv, funcName.c_str(), funcName.size(), Worker::LimitedWorkerConstructor, nullptr, &cb); in HWTEST_F()
2141 std::string funcName = "LimitedWorkerConstructor"; in HWTEST_F()
2143 napi_create_function(workerEnv, funcName.c_str(), funcName.size(), Worker::LimitedWorkerConstructor, nullptr, &cb); in HWTEST_F()
2199 std::string funcName = "LimitedWorkerConstructor"; in HWTEST_F()
2201 napi_create_function(env, funcName.c_str(), funcName.size(), Worker::LimitedWorkerConstructor, nullptr, &cb); in HWTEST_F()

Completed in 14 milliseconds