Searched refs:LimitedWorkerConstructor (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.h | 278 static napi_value LimitedWorkerConstructor(napi_env env, napi_callback_info cbinfo);
|
H A D | worker.cpp | 99 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 D | test_worker.cpp | 463 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